Bug 1822 - IPv6 uses NDP on NOARP interfaces
IPv6 uses NDP on NOARP interfaces
Status: NEW
Product: ns-3
Classification: Unclassified
Component: ipv6
ns-3-dev
All All
: P5 enhancement
Assigned To: Tommaso Pecorella
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-01 11:31 EST by Tommaso Pecorella
Modified: 2014-01-01 11:31 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 2014-01-01 11:31:27 EST
NDP = Neighbor Discovery Protocol.
NOARP = NetDevice::NoArp returns true.

This behaviour is completely wrong. NOARP interfaces should either send broadcasts *or* use manually injected neighbor entries.

Either, the Ndisc cache is needed.