mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
MTU settings are defaulted 1500 when interface is ifdowned. This has the effect of changing the MTU on the interface and any subinterfaces to 1500. And if these subinterfaces are in a bridge, the bridge will pick the MIN MTU so the bridge keeps this MTU even after the interface is brought back up. The sub interface does not change to a higher value then 1500 (kernel VLAN driver only moves the MTU is the decreasing direction. (cherry picked from commit 70e67ab15efb13e1499288152d801b39f28a190b) (cherry picked from commit 56238543a980e983957a180c583b9412c3ab48ab)