summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-07-01 15:43:36 +0100
committerGitHub <noreply@github.com>2025-07-01 15:43:36 +0100
commit7dc6d3875c5caa5bafea9ca3ebdcd19503927996 (patch)
tree3055492ed099e1b3236bdf31596f396053249b07 /interface-definitions
parentd2feae09c4cfede2960ca07418168d81f9144de3 (diff)
parente7e55a2d3bc3547422583d8f5b3a5a13299a4645 (diff)
downloadvyos-1x-7dc6d3875c5caa5bafea9ca3ebdcd19503927996.tar.gz
vyos-1x-7dc6d3875c5caa5bafea9ca3ebdcd19503927996.zip
Merge pull request #4584 from factor2431/add-cake-features
T7589: Add no-split-gso and ack-filter for CAKE
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/qos.xml.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in
index c6ecb742e..aad1de629 100644
--- a/interface-definitions/qos.xml.in
+++ b/interface-definitions/qos.xml.in
@@ -135,6 +135,25 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="no-split-gso">
+ <properties>
+ <help>Do not split GSO super-packets into on-the-wire components</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ <node name="ack-filter">
+ <properties>
+ <help>Identify and filter out TCP ACK packets that do not convey significant new information</help>
+ </properties>
+ <children>
+ <leafNode name="aggressive">
+ <properties>
+ <help>Enable aggressive mode which will result in more ACK packets being compresses/filtered</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ </children>
+ </node>
<leafNode name="rtt">
<properties>
<help>Round-Trip-Time for Active Queue Management (AQM)</help>