http://defect.opensolaris.org/bz/show_bug.cgi?id=11092
John Leser <John.Leser at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXINBUILD |
Summary|IPv6 NCUs are going into |IPv6 NCUs are going into
|uninitialized state |online* state incorrectly
|incorrectly |
--- Comment #5 from John Leser <John.Leser at sun.com> 2009-09-17 17:54:51 UTC
---
As of nwam1-build:2009-09-17, the only thing that has changed with this bug for
me is what non-functional state IPv6-only NCUs end up in. Now it's "online*"
instead of "uninitialized", but nwamd is still keeping NoNet installed despite
having a workable IPv6 address assigned via DHCPv6.
Here's what happens:
# nwamcfg export
create ncp "User"
create ncu phys "e1000g0"
set activation-mode=manual
end
create ncu ip "e1000g0"
set ip-version=ipv6
set ipv6-addrsrc=dhcp,autoconf
end
end
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252
index 1
inet6 ::1/128
e1000g0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 57
inet6 fe80::214:4fff:fe20:8224/10
ether 0:14:4f:20:82:24
(Nothing is assigned yet)
bash-3.2# nwamadm list -x
TYPE PROFILE STATE AUXILIARY STATE
ncp Automatic disabled disabled by administrator
ncp User online active
ncu:ip e1000g0 online* (re)initialized but not configured
ncu:phys e1000g0 online interface/link is up
loc Legacy offline conditions for activation are unmet
loc NoNet online active
loc Automatic offline conditions for activation are unmet
bash-3.2# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252
index 1
inet6 ::1/128
e1000g0: flags=2004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 57
inet6 fe80::214:4fff:fe20:8224/10
ether 0:14:4f:20:82:24
e1000g0:1: flags=2004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 57
inet6 2001:db8:1:2::1001/128
(Now DHCP has succeeded, so the NCU should be online)
bash-3.2# nwamadm list -x
TYPE PROFILE STATE AUXILIARY STATE
ncp Automatic disabled disabled by administrator
ncp User online active
ncu:ip e1000g0 online* (re)initialized but not configured
ncu:phys e1000g0 online interface/link is up
loc Legacy offline conditions for activation are unmet
loc NoNet online active
loc Automatic offline conditions for activation are unmet
(But it's not, and we stay in this state indefinitely)
--
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.