mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
addons: vxlan: set ipmr-lo mtu to 16k
Ticket: CM-24835 Reviewed By: anuradhak, julien Testing Done: Sanity tested Signed-off-by: Roopa Prabhu <[email protected]>
This commit is contained in:
@@ -206,7 +206,7 @@ class vxlan(Addon, moduleBase):
|
||||
self.logger.info("%s: needs a dummy device (%s) to use for "
|
||||
"multicast termination (vxlan-mcastgrp %s)"
|
||||
% (ifaceobj.name, physdev, mcastgrp))
|
||||
self.netlink._link_add_set(ifname=physdev, kind="dummy", ifla={Link.IFLA_MTU: 65536})
|
||||
self.netlink._link_add_set(ifname=physdev, kind="dummy", ifla={Link.IFLA_MTU: 16384})
|
||||
self.netlink.link_up(physdev)
|
||||
|
||||
return physdev
|
||||
|
||||
Reference in New Issue
Block a user