Bug 1567

Summary: Icmpv6OptionLinkLayerAddress can only cope with Mac48Addresses
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: ipv6Assignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ns-bugs
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: BugFix

Description Tommaso Pecorella 2013-01-15 16:57:02 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.
Comment 1 Tommaso Pecorella 2013-01-15 17:08:18 UTC
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...
Comment 2 Tommaso Pecorella 2013-03-14 09:48:38 UTC

*** This bug has been marked as a duplicate of bug 1600 ***