Keep xml files valid :-/
[sfa.git] / sfatables / targets / RESTRICT_SLICE_DOMAIN.xml
index 45f2a4b..4a68fd9 100644 (file)
@@ -1,7 +1,22 @@
 <target name="RESTRICT_SLICE_DOMAIN">
+    <rule element="legacy-node">
+        <!-- The context is empty, since this target does not require any input from SFA -->
+        <context select=""/>
+        <argument>
+            <name>whitelist-dns-suffix</name>
+            <help>Suffix of nodes to whitelist for this match.</help>
+            <operand>SUFFIX</operand>
+        </argument>
+        <argument>
+            <name>blacklist-dns-suffix</name>
+            <help>Suffix of nodes to blacklist for this match.</help>
+            <operand>SUFFIX</operand>
+        </argument>
+        <processor filename="legacy-restrict-to-nodes.xsl"/>
+    </rule>
     <rule element="node">
-    <!-- The context is empty, since this target does not require any input from SFA -->
-    <context select=""/>
+        <!-- The context is empty, since this target does not require any input from SFA -->
+        <context select=""/>
         <argument>
             <name>whitelist</name>
             <help>Prefix of nodes to whitelist for this match.</help>
@@ -12,6 +27,6 @@
             <help>Prefix of nodes to blacklist for this match.</help>
             <operand>PREFIX</operand>
         </argument>
-    <processor filename="restrict_to_nodes.xsl"/>
+        <processor filename="restrict_to_nodes.xsl"/>
     </rule>
 </target>