diff options
author | Roman Khramshin <HollyGurza@users.noreply.github.com> | 2024-11-20 15:21:37 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 11:21:37 +0200 |
commit | 1c8321a8679e132cec1b769ab364149e794558cc (patch) | |
tree | 49281d371fd733ec0119fad151ed641e8f6e4ccc /interface-definitions/include | |
parent | 2419c2f42b12604aac6ac2e32bac977e91ae8bc0 (diff) | |
download | vyos-1x-1c8321a8679e132cec1b769ab364149e794558cc.tar.gz vyos-1x-1c8321a8679e132cec1b769ab364149e794558cc.zip |
T6790: QoS: Improve CAKE Policy (#4173)
- Fixed handling of flow isolation parameters.
- Corrected support for `nat` and `nonat` in flow isolation.
- Extended RTT values to cover the full range supported by `tc`.
- Make migration script 2-to-3 qos
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/version/qos-version.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/version/qos-version.xml.i b/interface-definitions/include/version/qos-version.xml.i index c67e61e91..127f771a9 100644 --- a/interface-definitions/include/version/qos-version.xml.i +++ b/interface-definitions/include/version/qos-version.xml.i @@ -1,3 +1,3 @@ <!-- include start from include/version/qos-version.xml.i --> -<syntaxVersion component='qos' version='2'></syntaxVersion> +<syntaxVersion component='qos' version='3'></syntaxVersion> <!-- include end --> |