summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/bandwidth.xml.i
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>&lt;number&gt;</format>
      <description>Rate in kbit (kilobit per second)</description>
    </valueHelp>
    <valueHelp>
      <format>&lt;number&gt;&lt;suffix&gt;</format>
      <description>Rate with scaling suffix (mbit, mbps, ...)</description>
    </valueHelp>
  </properties>
</leafNode>
<!-- include end -->