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