diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-11-18 11:40:09 +0100 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-11-18 11:40:09 +0100 |
commit | f3da16e0da459027c1552b50f8a722cd75050630 (patch) | |
tree | 7c54f39246450265a8fe0508681f47699f7089b1 /interface-definitions | |
parent | 82b73dc8d7ad06b7d621d34063db01e88321d7df (diff) | |
download | vyos-1x-f3da16e0da459027c1552b50f8a722cd75050630.tar.gz vyos-1x-f3da16e0da459027c1552b50f8a722cd75050630.zip |
T6884: enables 16000 mtu
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/container.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/container.xml.in b/interface-definitions/container.xml.in index 2441ac410..bd2ff820d 100644 --- a/interface-definitions/container.xml.in +++ b/interface-definitions/container.xml.in @@ -501,7 +501,7 @@ </properties> <children> #include <include/generic-description.xml.i> - #include <include/interface/mtu-68-1500.xml.i> + #include <include/interface/mtu-68-16000.xml.i> <leafNode name="prefix"> <properties> <help>Prefix which allocated to that network</help> |