blob: 3fd848c93286fe206c71a4700681f83e9865bd2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from qos/class-priority.xml.i -->
<leafNode name="priority">
<properties>
<help>Priority for rule evaluation</help>
<valueHelp>
<format>u32:0-20</format>
<description>Priority for match rule evaluation</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-20"/>
</constraint>
<constraintErrorMessage>Priority must be between 0 and 20</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|