diff options
author | khramshinr <khramshinr@gmail.com> | 2024-03-14 14:38:16 +0800 |
---|---|---|
committer | khramshinr <khramshinr@gmail.com> | 2024-03-18 19:22:58 +0800 |
commit | 84bbcdf5b7980f701aba6e158a2be4a05e7076d9 (patch) | |
tree | e6dc1920713d9c603fd0d71c003ca490aa3dc663 /interface-definitions/qos.xml.in | |
parent | f2038cd6f23f0114452688a5b66145c531982249 (diff) | |
download | vyos-1x-84bbcdf5b7980f701aba6e158a2be4a05e7076d9.tar.gz vyos-1x-84bbcdf5b7980f701aba6e158a2be4a05e7076d9.zip |
qos: T1871: add MTU option when configure limiter traffic-policy
add mtu to default and specified class
update smoke test
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 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> |