http://defect.opensolaris.org/bz/show_bug.cgi?id=10310
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ACCEPTED |CAUSEKNOWN
--- Comment #4 from amaguire <alan.maguire at sun.com> 2009-07-29 07:39:57 ---
reason this failed was subtle - for v4 addresses, we called
icfg_set_broadcast() to set bcastaddr, but we used the wrong icfg_handle_t -
the one for linkN rather than linkN:1 (i.e. the logical interface). As a
consequence, the broadcast address setting failed, and we marked the
configuration of the address as failed. A refresh event would drive through the
same process, re-adding the address.
Also noticed we're not marking these logical interfaces IFF_UP since we set the
flags without retrieving them.
--
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.