http://defect.opensolaris.org/bz/show_bug.cgi?id=12615
Summary: [RC5] selecting static IPv6 address results in
virtual interface being added
Classification: Development
Product: nwam
Version: RC5
Platform: ANY/Generic
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: GUI
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: robert.kinsella at sun.com
QAContact: nwam-dev at opensolaris.org
--- Comment #0 from Robert Kinsella <robert.kinsella at sun.com> 2009-11-11
17:18:08 UTC ---
Created an attachment (id=2993)
text file
RC5 sparc and x86
1. launch nwam-manager-properties
2. select e.g. wired interface bge0
3. configure ipv6 enable
ifconfig -a currently lists
bge0: flags=2004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 17
inet6 fe80::214:4fff:fe0f:dc9c/10
4. add a static address by enabling 'static addresses'
add e.g. 2001:0db8:3c4d:0015:0000::abcd:ef20 prefix 16
select ok
UI spec indicates p22
"Enabled: when this option is selected, the network interface attempts to
obtain an IPv6 address via DHCP, unless the
Static Addresses checkbox is also checked."
expected result:-
bge0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 19
inet6 2001:db8:3c4d:15::abcd:ef20/16
actual result
bge0: flags=2004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 19
inet6 fe80::214:4fff:fe0f:dc9c/10
bge0:1: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 19
inet6 2001:db8:3c4d:15::abcd:ef20/16
i.e. both DHCP and static addresses are now assigned to bge0
--
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.