[Ns-bugs] [Bug 757] IPv6 link-local address on non-ARP interfaces

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Thu Dec 17 02:05:10 PST 2009


http://www.nsnam.org/bugzilla/show_bug.cgi?id=757





--- Comment #2 from Fabian Mauchle <f1mauchl at hsr.ch>  2009-12-17 05:05:09 EDT ---
I just tumbled over another issue about this:
The patch suggests to create a NdiscCache only for ARP devices (which are the
only ones who really need it), but ICMPv6 assumes that there exists a cache for
every interface.

Sebastien: what would you prefer?
1. create a NdiscCache for all interfaces (including non-ARP)
   (simple, but may result in including link-layer options in ICMP messages
    where they are not needed (not allowed?))
2. modify ICMPv6 to check for non-ARP device and use the cache only if really
   needed (lots of changes in ICMPv6 required)

-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Ns-bugs mailing list