http://defect.opensolaris.org/bz/show_bug.cgi?id=9457
Summary: nwamd plumbs some links which are unplumbed originally.
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Status Whiteboard: nwam1-build:2009-06-10
Severity: minor
Priority: P2
Component: CLI
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: lizhong.li at sun.com
QAContact: nwam-dev at opensolaris.org
I have a question like this,
some links are not plumbed originally, why does nwamd plumb them and set the ip
address to '0.0.0.0' and mark them 'UP', it's a little confusing.
earthscience:nwam# svcs physical
STATE STIME FMRI
disabled Jun_12 svc:/network/physical:nwam
online 9:28:07 svc:/network/physical:default
earthscience:nwam# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
nge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet 10.13.30.63 netmask ffffff00 broadcast 10.13.30.255
ether 0:14:4f:8e:d:86
Then it looks like this after the nwamd started:
# svcs physical
STATE STIME FMRI
disabled 10:30:22 svc:/network/physical:default
online 10:30:24 svc:/network/physical:nwam
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index
3
inet 0.0.0.0 netmask ff000000
ether 0:14:4f:8e:d:88
e1000g1: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index
5
inet 0.0.0.0 netmask ff000000
ether 0:14:4f:8e:d:89
nge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 7
inet 10.13.30.63 netmask ffffff00 broadcast 10.13.30.255
ether 0:14:4f:8e:d:86
nge1: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 6
inet 0.0.0.0 netmask ff000000
ether 0:14:4f:8e:d:87
--
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.