Bugzilla – Bug 1600
Icmpv6OptionLinkLayerAddress can only carry 48 bits addresses correctly
Last modified: 2013-03-14 09:48:38 UTC
The Icmpv6OptionLinkLayerAddress can only store 48 bit addresses so far. The problem is in the way the option length is calculated, which basically does not take correctly into account the MAC length.
Created attachment 1529 [details] BugFix The patch fixes the bug. It has been tested with Mac16 and Mac64 addresses.
Looks sensible; +1 to push if it works for you.
Fixed in changeset 9251:7c3f81b720a7
*** Bug 1567 has been marked as a duplicate of this bug. ***