a little nicer wrt pep8
[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>kbps</operand>
9         </argument>
10         <argument>
11             <name>on-node</name>
12             <help>Node to impose the limit on. Empty => all nodes.</help>
13             <operand>kbps</operand>
14         </argument>
15     <processor filename="max_node_kbps.xsl"/>
16     </rule>
17     <rule element="link">
18     <context select=""/>
19         <argument>
20             <name>max-link-kbps</name>
21             <help>Maximum link bandwidth in kilobytes per second.</help>
22             <operand>kbps</operand>
23         </argument>
24     <processor filename="max_link_kbps.xsl"/>
25     </rule>
26     </target>