Reorganized targets
[sfa.git] / sfatables / targets / RESTRICT_PROP.xml
similarity index 86%
rename from sfatables/targets/MAX_LINK_BW.xml
rename to sfatables/targets/RESTRICT_PROP.xml
index 6c91019..6112b89 100644 (file)
@@ -1,12 +1,12 @@
-<target name="MAX_LINK_BANDWIDTH">
+<target name="RESTRICT_PROP">
     <!-- The context is empty, since this target does not require any input from SFA -->
+    <rule element="link">
     <context select=""/>
-    <rule>
         <argument>
             <name>max-link-bandwidth</name>
             <help>Maximum link bandwidth.</help>
             <operand>bps</operand>
         </argument>
-    </rule>
     <processor filename="max_link_banwidth.xsl"/>
+    </rule>
 </target>