1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
Roopa Prabhu 866c818344 addons: address: add support for a separate default mtu policy for eth interfaces
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>
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
2020-03-26 00:02:58 +01:00
..
2018-12-13 11:43:32 -08:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2020-03-04 16:16:30 +01:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2018-12-13 11:43:32 -08:00
2019-12-17 13:46:18 +01:00
2019-12-17 13:46:18 +01:00
2018-12-13 11:43:32 -08:00
2019-12-17 13:46:18 +01:00