mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: CM-6619 Reviewed By: CCR-3191 Testing Done: Tested upperiface bringup for bridge and vlan devices 'up' on bridge was always done to add the newly created port to the bridge in cases where the bridge is not part of the interfaces being brought up. But This will try to re-apply bridge port attributes on all bridge ports and that can take a while when there are large number of bridge ports. This patch currently avoids the bridge up for only the vlan aware bridge case.