summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/queue-mark-probability.xml.i
blob: 1a286284513b3ef2066c64878aa7263f5026dea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- include start from qos/queue-mark-probability.xml.i -->
<leafNode name="mark-probability">
  <properties>
    <help>Mark probability for random detection</help>
    <valueHelp>
      <format>u32</format>
      <description>Numeric value (1/N)</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--positive"/>
    </constraint>
    <constraintErrorMessage>Mark probability must be greater than 0</constraintErrorMessage>
  </properties>
  <defaultValue>10</defaultValue>
</leafNode>
<!-- include end -->