http://defect.opensolaris.org/bz/show_bug.cgi?id=11544
Summary: mysterious RTM_DELADDRs for statically-assigned
addresses
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: ACCEPTED
Severity: minor
Priority: P4
Component: ON misc
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: alan.maguire at sun.com
QAContact: nwam-dev at opensolaris.org
--- Comment #0 from amaguire <alan.maguire at sun.com> 2009-09-24 07:32:13 UTC
---
During debugging, I noticed that when an NCU is configured to use a static IP
address, and that address is applied, we see an RTM_NEWADDR followed by an
RTM_DELADDR of the same address. I had thought that this was down to us setting
the address prior to the netmask/prefixlen (we do things in the opposite order
in ifconfig), but I'm not sure. Merits further investigation, but for now, when
we handle IF_STATE events, we ensure that the RTM_DELADDR'ed address is really
gone. This prevents us from assuming the address has disappeared and
reconfiguring.
This behaviour does not occur for dhcpagent-applied addresses, so I suspect
it's down to either nwamd or libinetcfg.
--
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.
You are the assignee for the bug.