mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
New module global policy mgmt_intf_mtu for mgmt interace mtu: $ cat /var/lib/ifupdown2/policy.d/address.json { "address": { "module_globals": { "enable_l3_iface_forwarding_checks": "yes", "vlan_aware_bridge_address_support": "no", "l3_intf_arp_accept": "1", "mgmt_intf_mtu": "1500" }, "defaults": { "mtu": "9216", "ip-forward": "on", "ip6-forward": "on" } } } If not specified mgmt_intf_mtu becomes equal to the mtu from defaults section. Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>