Bond interfaces use a different L2 Interface group type, so we need to check for bond and handle them in controller::egress_port_vlan_remove(), like we do in controller::egress_port_vlan_add().
Fixes: c9f6de2b6f62 ("bond: expand bonding feature in baseboxd")
Bond interfaces use a different L2 Interface group type, so we need to check for bond and handle them in controller::egress_port_vlan_remove(), like we do in controller::egress_port_vlan_add().
Fixes: c9f6de2b6f62 ("bond: expand bonding feature in baseboxd")
Description
Motivation and Context
How Has This Been Tested?