e37fc6e87525eb3a4ccdffbd2f63ec2055064ef0
[sfa.git] / sfatables / targets / RESTRICT_SLICE_PROP.xml
1 <target name="RESTRICT_SLICE_PROP">
2     <!-- The context is empty, since this target does not require any input from SFA -->
3     <rule element="node">
4     <context select=""/>
5         <argument>
6             <name>max-node-kbps</name>
7             <help>Maximum node bandwidth in kilobytes per second.</help>
8             <operand>kbps2</operand>
9         </argument>
10     <processor filename="max_node_kbps.xsl"/>
11     </rule>
12     <rule element="link">
13     <context select=""/>
14         <argument>
15             <name>max-link-kbps</name>
16             <help>Maximum link bandwidth in kilobytes per second.</help>
17             <operand>kbps</operand>
18         </argument>
19     <processor filename="max_link_kbps.xsl"/>
20     </rule>
21     </target>