http://defect.opensolaris.org/bz/show_bug.cgi?id=10311
--- Comment #2 from Michael Hunter <michael.hunter at sun.com> 2009-07-28
19:23:35 ---
I think nwamd_configure_interface_addresses() needs to be called after
nwamd_transition_ip_state(). But I'm not convinced that ya'all intended this
to be done so literally (maybe as part of the refresh condition check
instead?).
nwamd_transition_ip_state(oldncu, ncu);
nwamd_ncu_free(oldncu);
+ /* pickup new addresses */
+ nwamd_configure_interface_addresses(ncu);
--
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.