http://defect.opensolaris.org/bz/show_bug.cgi?id=11092
--- Comment #4 from Michael Hunter <michael.hunter at sun.com> 2009-09-16 11:23:18 UTC --- There are two fundamental problems that cause this bug: 1) we filter neighborhood advertisements in the default IPv6 ipf configuration (ipf6.conf.dfl) and 2) the router newaddr message we receive only has the prefix in it so we compare against the wrong value when looking to see if we can find a logical interface number for the incoming address. I'm not sure that is really correct or at least we might see messages both for the prefix and for the actually address that is applied. For the moment I'm using the prefix when we are comparing IPv6 addresses. We could be tighter and use the prefix to find a match and then only use it if IFF_ADDRCONF is set. Until I investigate further what the routing messages should be I won't do that. -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
