http://defect.opensolaris.org/bz/show_bug.cgi?id=8357
Summary: ipv4-addrsrc = static doesn't work quite right
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Status Whiteboard: nwam1-build:2009-04-20
Severity: minor
Priority: P4
Component: ON daemon
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: renee.danson at sun.com
QAContact: nwam-dev at opensolaris.org
I've found that an IP NCU which specified ipv4-addrsrc to be static only
results in a total of three logical interfaces being created:
chin-ho[5]nwamcfg "select ncp User; list ncu ip vboxnet0"
NCU:vboxnet0
type ip
class ip
parent "User"
ip-version ipv4,ipv6
ipv6-addrsrc dhcp
ipv4-addr "1.1.1.1"
ipv4-addrsrc static
enabled false
On this system, ifconfig -a shows the three logical interfaces (I clipped
the rest of the output):
vboxnet0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu
1500 index 6
inet 0.0.0.0 netmask ff000000
vboxnet0:1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500
index 6
inet 1.1.1.1 netmask ff000000 broadcast 1.255.255.255
vboxnet0:2: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500
index 6
inet 0.0.0.0 netmask ff000000
I haven't tried doing this on a non-vboxnet0 ncu; the :2 interface might be
a result of something the vbox kernel bits are doing. But I suspect nwam is
responsible for the first two.
--
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.