bisdn / basebox

A tiny OpenFlow controller for OF-DPA switches.
Mozilla Public License 2.0
45 stars 9 forks source link

controller: fix ::egress_port_vlan_remove() for bonds #401

Closed KanjiMonster closed 1 year ago

KanjiMonster commented 1 year ago

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?