Bug 1567 - Icmpv6OptionLinkLayerAddress can only cope with Mac48Addresses
Icmpv6OptionLinkLayerAddress can only cope with Mac48Addresses
Status: RESOLVED DUPLICATE of bug 1600
Product: ns-3
Classification: Unclassified
Component: ipv6
ns-3-dev
All All
: P3 normal
Assigned To: Tommaso Pecorella
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-15 16:57 UTC by Tommaso Pecorella
Modified: 2013-03-14 09:48 UTC (History)
1 user (show)

See Also:


Attachments
BugFix (1.17 KB, patch)
2013-01-15 17:08 UTC, Tommaso Pecorella
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***