bisdn / basebox

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

rework termination mac handling #396

Open KanjiMonster opened 2 years ago

KanjiMonster commented 2 years ago

Rework termination mac handling by tying termination mac entries to interfaces:

with the values of

Since these combinations are unique, we can just add/remove the entries without the need of having refcounts.

Advantages:

Disadvantages:

Open Questions:

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