bisdn / basebox

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

nl_bridge: fix local cache flush on vlan removal #358

Closed KanjiMonster closed 2 years ago

KanjiMonster commented 2 years ago

When deleting a vlan on a port, we need to flush the local cache entries for the link, not the bridge.

Signed-off-by: Jonas Gorski jonas.gorski@bisdn.de