bisdn / basebox

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

nl_l3: align termination mac creation of IPv4 and IPv6 paths #319

Closed KanjiMonster closed 3 years ago

KanjiMonster commented 3 years ago

Only create a termination mac for non-locahost interfaces for IPv6, like it is done for IPv4. Should reduce the log spam.

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

Motivation and Context

Localhost has no mac address (or rather all zeroes), so creation of termination mac interfaces will fail. So do not try to create them in the first place.

How Has This Been Tested?

Weekend pipelines ran with it.