http://defect.opensolaris.org/bz/show_bug.cgi?id=12472
Summary: logic handling spurious RTM_DELADDRs breaks duplicate
address detection
Classification: Development
Product: nwam
Version: RC5
Platform: ANY/Generic
OS/Version: All
Status: ACCEPTED
Severity: minor
Priority: P2
Component: ON daemon
AssignedTo: alan.maguire at sun.com
ReportedBy: alan.maguire at sun.com
QAContact: nwam-dev at opensolaris.org
--- Comment #0 from amaguire <alan.maguire at sun.com> 2009-11-04 18:27:28 UTC
---
nwamd ignores spurious RTM_DELADDRs by checking if the associated address is
really gone. This approach breaks down for DAD since an RTM_DELADDR will be
issued and the address will still be set. We need to avoid doing this "is the
address really gone" test in cases where the interface flags show
IFF_DUPLICATE. Suggested fix has been tested and works.
--
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.