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/bandwidth.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/bandwidth.xml.i')
-rw-r--r-- | interface-definitions/include/qos/bandwidth.xml.i | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/interface-definitions/include/qos/bandwidth.xml.i b/interface-definitions/include/qos/bandwidth.xml.i new file mode 100644 index 000000000..82af22f42 --- /dev/null +++ b/interface-definitions/include/qos/bandwidth.xml.i @@ -0,0 +1,15 @@ +<!-- include start from qos/bandwidth.xml.i --> +<leafNode name="bandwidth"> + <properties> + <help>Traffic-limit used for this class</help> + <valueHelp> + <format><number></format> + <description>Rate in kbit (kilobit per second)</description> + </valueHelp> + <valueHelp> + <format><number><suffix></format> + <description>Rate with scaling suffix (mbit, mbps, ...)</description> + </valueHelp> + </properties> +</leafNode> +<!-- include end --> |