Bug 1822

Summary: IPv6 uses NDP on NOARP interfaces
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: ipv6Assignee: Tommaso Pecorella <tommaso.pecorella>
Status: NEW ---    
Severity: enhancement CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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.