http://defect.opensolaris.org/bz/show_bug.cgi?id=10692
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CAUSEKNOWN
CC| |alan.maguire at sun.com
AssignedTo|nwam-dev at opensolaris.org |alan.maguire at sun.com
--- Comment #1 from amaguire <alan.maguire at sun.com> 2009-08-15 17:21:01 UTC
---
the cause of this is when I was doing libnwam library cleanup, I failed to
notice that when we call into nwamd with NCU updates (including refreshes,
which are needed to trigger a reapplication of static addresses), we're passing
the parent NCP _file_ rather than the parent NCP name. This results in messages
like
this in the log:
nwamd_ncu_handle_action_event: action for inactive NCP /etc/nwam/ncp-User.conf,
nothing to do
This results from a string comparison between the active NCP (User) and
/etc/nwam/ncp-User.conf failing, leading the the assumption the NCU is
inactive.
--
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.