http://defect.opensolaris.org/bz/show_bug.cgi?id=8825
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alan.maguire at sun.com
--- Comment #3 from amaguire <alan.maguire at sun.com> 2009-05-13 02:44:25 ---
as per Anurag's offline suggestion, this may simply be a side-effect
of IP interfaces being considered up by nwamd too early - RTM_NEWADDR
with a non-zero address should be the trigger to nwamd that an interface
is up (since "up" in nwamd means ready to use rather than IFF_RUNNING or
IFF_UP or whatever) rather than the IFF_RUNNING flag. For a mixed static
and DHCP NCU, the IP interface should probably be considered up when the
first address is assigned (triggering RTM_NEWADDR), but the location should
probably be reapplied if DHCP information arrives.
The reason this causes the current behaviour is that if the location
is applied before DHCP information has been retrieved, we end up with
an empty resolv.conf.
--
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.