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