blob: 82af22f427a448d72298228a49cbcafaf4ba97c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from qos/bandwidth.xml.i -->
<leafNode name="bandwidth">
<properties>
<help>Traffic-limit used for this class</help>
<valueHelp>
<format><number></format>
<description>Rate in kbit (kilobit per second)</description>
</valueHelp>
<valueHelp>
<format><number><suffix></format>
<description>Rate with scaling suffix (mbit, mbps, ...)</description>
</valueHelp>
</properties>
</leafNode>
<!-- include end -->
|