http://defect.opensolaris.org/bz/show_bug.cgi?id=4373
Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |CAUSEKNOWN
--- Comment #3 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2008-10-31
13:06:23 ---
If the enums in libnwam.h and the nwam_value_entry arrays in libnwam_values.c
don't match, then all choices are not shown. For example, nwam_addrsrc_t
defines all the possible address source choices. But ipv4-addrsrc and
ipv6-addrsrc use only a subset of those and fall apart in walkprop
(ncu_prop_ipv4_addrsrc_entries[] and ncu_prop_ipv6_addrsrc_entries[]).
The fix for this will also generalize to activation-mode (suffers from the same
problem) and remove the need to hard-code activation choices in nwamcfg.c.
(prop_activation_mode_value_entries[] in libnwam_values.c must be broken into
three different structs (one each for ncu, loc, and enm with only the values
each can take).
--
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.