You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the enic workaround needs to be applied (according to the check
implemented in the previous commit), then when asked to add an interface to a
bridge, create a VLAN0 device for the given interface, and add that to the
bridge instead. This applies to bonded interfaces as well as individual ones
(we simply add the VLAN0 device on top of the bond device).
Also, in Interface.make_config, we need to take care to configure both the base
device as well as the VLAN0 device with the same parameters.
Finally, when destroying a bridge with a VLAN0 bond, we need to destroy the
bond device as well.
Signed-off-by: Rob Hoes <[email protected]>
0 commit comments