Adding a config option for the stanford aggregate manager. This is something we shoul...
[sfa.git] / sfatables / targets / MAX_LINK_BW.xml
1 <target name="MAX_LINK_BANDWIDTH">
2     <!-- The context is empty, since this target does not require any input from SFA -->
3     <context select=""/>
4     <rule>
5         <argument>
6             <name>max-link-bandwidth</name>
7             <help>Maximum link bandwidth.</help>
8             <operand>bps</operand>
9         </argument>
10     </rule>
11     <processor filename="max_link_banwidth.xsl"/>
12 </target>