diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-21 21:41:41 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-21 21:41:41 +0100 |
commit | 3584691b35f35e40a1bfc22c34da031141fd0dfa (patch) | |
tree | 264b571f5d52494ac809832d701f0693ec4a91da /interface-definitions/include/qos/queue-limit-2-10999.xml.i | |
parent | 18483a2f7d18aecb40b2003cec9a9dae6bcfaa24 (diff) | |
download | vyos-1x-3584691b35f35e40a1bfc22c34da031141fd0dfa.tar.gz vyos-1x-3584691b35f35e40a1bfc22c34da031141fd0dfa.zip |
qos: T4284: initial XML interface definitions for rewrite
Diffstat (limited to 'interface-definitions/include/qos/queue-limit-2-10999.xml.i')
-rw-r--r-- | interface-definitions/include/qos/queue-limit-2-10999.xml.i | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/interface-definitions/include/qos/queue-limit-2-10999.xml.i b/interface-definitions/include/qos/queue-limit-2-10999.xml.i new file mode 100644 index 000000000..7a9c8266b --- /dev/null +++ b/interface-definitions/include/qos/queue-limit-2-10999.xml.i @@ -0,0 +1,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 --> |