summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/queue-minimum-threshold.xml.i
blob: 81e12d6e295cd1248751b9ba83569034b41b32bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- include start from qos/queue-minimum-threshold.xml.i -->
<leafNode name="minimum-threshold">
  <properties>
    <help>Minimum threshold for random detection</help>
    <valueHelp>
      <format>u32:0-4096</format>
      <description>Minimum threshold in packets</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 0-4096"/>
    </constraint>
    <constraintErrorMessage>Threshold must be between 0 and 4096</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->