summaryrefslogtreecommitdiff
path: root/interface-definitions/qos.xml.in
diff options
context:
space:
mode:
authorMatthew Kobayashi <matthew@kobayashi.au>2023-12-22 11:50:29 +1000
committerMatthew Kobayashi <matthew@kobayashi.au>2024-01-04 00:15:49 +1000
commit61342083d7db8c30d015474fae5cb71f480487d8 (patch)
treecaa57934ba238f31b63f6b995a7fa268aa97d6cb /interface-definitions/qos.xml.in
parentc08fea7a5d98e1626788280ac51f7131f3f29308 (diff)
downloadvyos-1x-61342083d7db8c30d015474fae5cb71f480487d8.tar.gz
vyos-1x-61342083d7db8c30d015474fae5cb71f480487d8.zip
qos: T5848: Add triple-isolate option to CAKE policy config
Diffstat (limited to 'interface-definitions/qos.xml.in')
-rw-r--r--interface-definitions/qos.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in
index c7bd8606a..ccc2dc039 100644
--- a/interface-definitions/qos.xml.in
+++ b/interface-definitions/qos.xml.in
@@ -132,6 +132,12 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="triple-isolate">
+ <properties>
+ <help>Flows are defined by the 5-tuple, and fairness is applied over source and destination addresses intelligently (ie. not merely by host-pairs), and also over individual flows (default)</help>
+ <valueless/>
+ </properties>
+ </leafNode>
<leafNode name="nat">
<properties>
<help>Perform NAT lookup before applying flow-isolation rules</help>