bisdn / basebox

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

nl_l3: fix prefix length check for IPv6 addresses #309

Closed KanjiMonster closed 3 years ago

KanjiMonster commented 3 years ago

IPv6 addresses are is 128 bits wide, not 32. Likely a copy and paste error from the IPv4 code.

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

Motivation and Context

How Has This Been Tested?

Pipelines using this code have ran over the weekend.