summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/codel-quantum.xml.i
blob: bc24630b6de99cfc828a1a5f79b553038e698a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- include start from qos/codel-quantum.xml.i -->
<leafNode name="codel-quantum">
  <properties>
    <help>Deficit in the fair queuing algorithm</help>
    <valueHelp>
      <format>u32:0-1048576</format>
      <description>Number of bytes used as 'deficit'</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 0-1048576"/>
    </constraint>
    <constraintErrorMessage>Interval must be in range 0 to 1048576</constraintErrorMessage>
  </properties>
  <defaultValue>1514</defaultValue>
</leafNode>
<!-- include end -->