Bug 2449 - LrWpanNetDevice::GetMulticast is not correct
LrWpanNetDevice::GetMulticast is not correct
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: lr-wpan
ns-3-dev
All All
: P5 enhancement
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-27 19:08 EDT by Tommaso Pecorella
Modified: 2020-01-19 17:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tommaso Pecorella 2016-06-27 19:08:22 EDT
LrWpanNetDevice::GetMulticast returns ff:ff (short address) instead of the more correct multicast address based on the IPv6 address requested.

The change should be made also in LrWpanMac::PdDataIndication, as the multicast short addresses should be accepted and passed to the L3 for further processing (much like the broadcasts).