Bugzilla – Bug 1567
Icmpv6OptionLinkLayerAddress can only cope with Mac48Addresses
Last modified: 2013-03-14 09:48:38 UTC
The Icmpv6OptionLinkLayerAddress should be able to carry any kind of MAC address, however it's only able to carry Mac48Addresses right now. The problem is in the way it handles the address, the option size and the padding.
Created attachment 1499 [details] BugFix This patch can cope with Mac48 and Mac16 / Mac64 addresses as per rfc4944.txt, section 8. I know those aren't (yet) in the ns-3-dev codebase, still...
*** This bug has been marked as a duplicate of bug 1600 ***