diff options
author | initramfs <initramfs@initramfs.io> | 2022-09-17 15:09:47 +0800 |
---|---|---|
committer | initramfs <initramfs@initramfs.io> | 2022-09-17 15:09:47 +0800 |
commit | 2722f6ea29a96e156763baeee0973554ac43c568 (patch) | |
tree | 14866257acebee4eda5207eb30d95098bd7f9e18 /interface-definitions/qos.xml.in | |
parent | 1e4a249f0c56bdd5bf07b1b97844c6aa1d595214 (diff) | |
download | vyos-1x-2722f6ea29a96e156763baeee0973554ac43c568.tar.gz vyos-1x-2722f6ea29a96e156763baeee0973554ac43c568.zip |
qos: T4688: add xml template for limiter actions
Diffstat (limited to 'interface-definitions/qos.xml.in')
-rw-r--r-- | interface-definitions/qos.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in index e8f575a1e..e2dbcbeef 100644 --- a/interface-definitions/qos.xml.in +++ b/interface-definitions/qos.xml.in @@ -188,6 +188,7 @@ #include <include/qos/burst.xml.i> #include <include/generic-description.xml.i> #include <include/qos/match.xml.i> + #include <include/qos/limiter-actions.xml.i> <leafNode name="priority"> <properties> <help>Priority for rule evaluation</help> @@ -211,6 +212,7 @@ <children> #include <include/qos/bandwidth.xml.i> #include <include/qos/burst.xml.i> + #include <include/qos/limiter-actions.xml.i> </children> </node> #include <include/generic-description.xml.i> |