Added max link bandwidth target for VINI.
[sfa.git] / sfatables / targets / MAX_LINK_BW.xml
diff --git a/sfatables/targets/MAX_LINK_BW.xml b/sfatables/targets/MAX_LINK_BW.xml
new file mode 100644 (file)
index 0000000..3564529
--- /dev/null
@@ -0,0 +1,13 @@
+<target name="MAX_LINK_BANDWIDTH">
+    <!-- The context is empty, since this target does not require any input from SFA -->
+    <context select=""/>
+    <rule>
+        <argument>
+            <name>max-link-bandwidth</name>
+            <help>Maximum link bandwidth.</help>
+            <operand>bps</operand>
+        </argument>
+        </argument>
+    </rule>
+    <processor filename="max_link_banwidth.xsl"/>
+</target>