From a412c89316994d3134ea8b2ae63c9fc2f96a903e Mon Sep 17 00:00:00 2001 From: Yuxiang Zhu Date: Thu, 29 Dec 2022 08:12:26 +0000 Subject: T4898: Add mtu config option for dummy interfaces I use dummy interfaces in a VRF as source-interfaces for VXLAN in order to force VXLAN send underlay UDP traffic through the VRF where the dummy interface resides. However dummy interface has no mtu option so it always gets an MTU of 1500. This will cause an error when the mtu of dummy is not large enough for the VXLAN traffic. Adding this option in the config template will solve this. (cherry picked from commit 1440ef93e13d15e2247cbfc2cb4ea2afb266fc9e) --- interface-definitions/interfaces-dummy.xml.in | 1 + 1 file changed, 1 insertion(+) (limited to 'interface-definitions/interfaces-dummy.xml.in') diff --git a/interface-definitions/interfaces-dummy.xml.in b/interface-definitions/interfaces-dummy.xml.in index 2bc88c1a7..4a6d97fa4 100644 --- a/interface-definitions/interfaces-dummy.xml.in +++ b/interface-definitions/interfaces-dummy.xml.in @@ -27,6 +27,7 @@ #include + #include #include -- cgit v1.2.3