blob: 7a9c8266b99a999b15d3a0885cd8dfc04458cbf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- include start from qos/queue-limit.xml.i -->
<leafNode name="queue-limit">
<properties>
<help>Upper limit of the queue</help>
<valueHelp>
<format>u32:2-10999</format>
<description>Queue size in packets</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 2-10999"/>
</constraint>
<constraintErrorMessage>Queue limit must greater than 1 and less than 11000</constraintErrorMessage>
</properties>
<defaultValue>10240</defaultValue>
</leafNode>
<!-- include end -->
|