http://defect.opensolaris.org/bz/show_bug.cgi?id=9830
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ACCEPTED |FIXINPROGRESS
--- Comment #3 from amaguire <alan.maguire at sun.com> 2009-08-21 16:28:57 UTC
---
multiple causes for this one
- we weren't translating routing socket logical interfaces to the link name
(e.g. e1000g0:1 -> e1000g0) so we couldn't find NCU objects to associate them
with
- we weren't handling NEWADDRs from ADDRCONF, and weren't setting separate
IPv6-related "configured" flags. As a consequence, we'd think we had no
addresses left when we'd actually configured via addrconf/DHCPv6.
- we were setting the first static v6 addr on the physical rather than adding a
logical IF, so if we got a DHCPv6 addr later, the former got wiped out.
--
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.