summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-19 22:40:01 +0100
committerGitHub <noreply@github.com>2024-03-19 22:40:01 +0100
commitce5fca47e31bdcc4d4cb3c12a3bc4da697c72a3c (patch)
tree6a4dd91c50a44a60be252ec0fa936875877f12ca /interface-definitions
parente59de1ceb25565e0a8fc9206ab71a541cd6f5f55 (diff)
parent84bbcdf5b7980f701aba6e158a2be4a05e7076d9 (diff)
downloadvyos-1x-ce5fca47e31bdcc4d4cb3c12a3bc4da697c72a3c.tar.gz
vyos-1x-ce5fca47e31bdcc4d4cb3c12a3bc4da697c72a3c.zip
Merge pull request #3131 from HollyGurza/T1871
qos: T1871: add MTU option when configure limiter traffic-policy
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/include/qos/mtu.xml.i14
-rw-r--r--interface-definitions/qos.xml.in2
2 files changed, 16 insertions, 0 deletions
diff --git a/interface-definitions/include/qos/mtu.xml.i b/interface-definitions/include/qos/mtu.xml.i
new file mode 100644
index 000000000..161d4c27f
--- /dev/null
+++ b/interface-definitions/include/qos/mtu.xml.i
@@ -0,0 +1,14 @@
+<!-- include start from qos/mtu.xml.i -->
+<leafNode name="mtu">
+ <properties>
+ <help>MTU size for this class</help>
+ <valueHelp>
+ <format>u32:256-65535</format>
+ <description>Bytes</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 256-65535"/>
+ </constraint>
+ </properties>
+</leafNode>
+<!-- include end -->
diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in
index 31b9a7d21..7618c3027 100644
--- a/interface-definitions/qos.xml.in
+++ b/interface-definitions/qos.xml.in
@@ -278,6 +278,7 @@
#include <include/generic-description.xml.i>
#include <include/qos/bandwidth.xml.i>
#include <include/qos/burst.xml.i>
+ #include <include/qos/mtu.xml.i>
#include <include/qos/class-police-exceed.xml.i>
#include <include/qos/class-match.xml.i>
#include <include/qos/class-priority.xml.i>
@@ -293,6 +294,7 @@
<children>
#include <include/qos/bandwidth.xml.i>
#include <include/qos/burst.xml.i>
+ #include <include/qos/mtu.xml.i>
#include <include/qos/class-police-exceed.xml.i>
</children>
</node>