http://defect.opensolaris.org/bz/show_bug.cgi?id=8383
--- Comment #1 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-04-24
07:42:44 ---
The dladm_walk() done when NWAM starts up and generates the events to create
the NCUs only walked the physical links:
(void) dladm_walk(ncu_create_link_action_event, dld_handle, NULL,
DATALINK_CLASS_PHYS, DATALINK_ANY_MEDIATYPE, DLADM_OPT_ACTIVE);
Changing the walk to include VNICs creates the NCUs for the VNICs:
(void) dladm_walk(ncu_create_link_action_event, dld_handle, NULL,
DATALINK_CLASS_PHYS | DATALINK_CLASS_VNIC, DATALINK_ANY_MEDIATYPE,
DLADM_OPT_ACTIVE);
The VNIC NCUs are created only when NWAM (re)starts. No events are received by
NWAM when the VNICs are actually created with NWAM running.
--
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.