http://defect.opensolaris.org/bz/show_bug.cgi?id=9830
Summary: IPv6 ncus never come online
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ON daemon
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: John.Leser at sun.com
QAContact: nwam-dev at opensolaris.org
bash-3.2# nwamcfg export
create ncp "User"
create ncu phys "e1000g0"
set activation-mode=prioritized
set priority-group=0
set priority-mode=shared
end
create ncu ip "e1000g0"
set ip-version=ipv6
set ipv6-addrsrc=dhcp,autoconf
end
end
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 329
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 329
inet6 2001:db8:1:2::4000/128
bash-3.2# nwamadm list -x
TYPE PROFILE STATE AUXILIARY STATE
ncp User online active
ncu:phys e1000g0 online interface or link is up
ncu:ip e1000g0 offline* waiting for IP address to be
assigned
ncp Automatic offline conditions for activation are not
met
loc Automatic offline conditions for activation are not
met
loc NoNet online active
loc Legacy offline conditions for activation are not
met
Clearly an IP has been assigned by DHCP on e1000g0:1 (I waited several minutes
but the state from nwamadm doesn't changes).
Since bringing up a location depends on NWAM realizing the NCU is up, this is a
serious problem that scuttles any IPv6-only configuration.
--
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.