blob: 2f2d44631ba6450e29e700aa6165f16c7d37feed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from qos/queue-limit-1-4294967295.xml.i -->
<leafNode name="queue-limit">
<properties>
<help>Maximum queue size</help>
<valueHelp>
<format>u32:1-4294967295</format>
<description>Queue size in packets</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-4294967295"/>
</constraint>
<constraintErrorMessage>Queue limit must be greater than zero</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|