http://defect.opensolaris.org/bz/show_bug.cgi?id=13897
Summary: spaces in NCP name not recognized in walks
Classification: Development
Product: nwam
Version: nwam1_130
Platform: ANY/Generic
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: ON library
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: Anurag.Maskey at Sun.COM
QAContact: nwam-dev at opensolaris.org
--- Comment #0 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2010-01-14
21:31:26 UTC ---
With the fix for bug 12886, we will be supporting multiple NCPs. Having spaces
in NCP names are allowed, but they don't appear in walks.
nwamcfg> list
NCPs:
Automatic
foo
User
Locations:
Automatic
NoNet
User
nwamcfg> create ncp "foo bar"
nwamcfg:ncp:foo bar> create ncu ip foo1
Created ncu 'foo1'. Walking properties ...
ip-version (ipv4,ipv6) [ipv4|ipv6]>
ipv4-addrsrc (dhcp) [dhcp|static]>
ipv4-default-route>
ipv6-addrsrc (dhcp,autoconf) [dhcp|autoconf|static]>
ipv6-default-route>
nwamcfg:ncp:foo bar:ncu:foo1> end
Committed changes
nwamcfg:ncp:foo bar> list
NCUs:
ip foo1
nwamcfg:ncp:foo bar> end
nwamcfg> list
NCPs:
Automatic
foo
User
Locations:
Automatic
NoNet
User
anurag at dell-xps:~# ls /etc/nwam/ncp-*
/etc/nwam/ncp-Automatic.conf /etc/nwam/ncp-foo.conf
/etc/nwam/ncp-foo bar.conf /etc/nwam/ncp-User.conf
The .conf file exists, but "foo bar" is not displayed with list.
--
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.