2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright 2010 Sun Microsystems, Inc. All rights reserved.
5 Use is subject to license terms.
9 The contents of this file are subject to the terms of the
10 Common Development and Distribution License (the "License").
11 You may not use this file except in compliance with the License.
13 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 or http://www.opensolaris.org/os/licensing.
15 See the License for the specific language governing permissions
16 and limitations under the License.
18 When distributing Covered Code, include this CDDL HEADER in each
19 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 If applicable, add the following below this CDDL HEADER, with the
21 fields enclosed by brackets "[]" replaced with your own identifying
22 information: Portions Copyright [yyyy] [name of copyright owner]
26 NOTE: This service manifest is not editable; its contents will
27 be overwritten by package or patch operations, including
28 operating system upgrade. Make customizations in a different
32 <service_bundle type='manifest' name='SUNWcsr:network-physical'>
35 name='network/physical'
39 <!-- ifconfig needs loopback for IPC with dhcpagent -->
42 grouping='require_all'
45 <service_fmri value='svc:/network/loopback' />
48 <instance name='default' enabled='true'>
51 physical:default and physical:nwam are mutually exclusive.
52 Use a one-way dependency for now since two-way exclude_all
53 does not work; enforcement of single_instance in the future
58 grouping='exclude_all'
61 <service_fmri value='svc:/network/physical:nwam' />
67 exec='/lib/svc/method/net-physical'
68 timeout_seconds='600' />
74 timeout_seconds='3' />
76 <property_group name='startd' type='framework'>
77 <propval name='duration' type='astring' value='transient' />
82 <loctext xml:lang='C'>
83 physical network interfaces
87 <manpage title='ifconfig' section='1M'
88 manpath='/usr/share/man' />
94 <instance name='nwam' enabled='false'>
99 exec='/lib/svc/method/net-nwam start'
100 timeout_seconds='120' >
102 <method_credential user='root' group='root'
103 supp_groups='netadm' privileges='zone' />
110 exec='/lib/svc/method/net-nwam stop'
111 timeout_seconds='60' >
113 <method_credential user='root' group='root'
114 supp_groups='netadm' privileges='zone' />
121 exec='/lib/svc/method/net-nwam refresh'
122 timeout_seconds='60' >
124 <method_credential user='root' group='root'
125 supp_groups='netadm' privileges='zone' />
129 <property_group name='general' type='framework'>
130 <!-- to start/stop NWAM services -->
131 <propval name='action_authorization' type='astring'
132 value='solaris.smf.manage.nwam' />
133 <propval name='value_authorization' type='astring'
134 value='solaris.smf.manage.nwam' />
137 <property_group name='nwamd' type='application'>
138 <stability value='Unstable' />
139 <propval name='debug' type='boolean' value='false' />
140 <propval name='autoconf' type='boolean' value='false' />
141 <propval name='ncu_wait_time' type='count' value='60' />
142 <propval name='condition_check_interval' type='count'
144 <propval name='scan_interval' type='count' value='120' />
145 <propval name='scan_level' type='astring' value='weak' />
146 <propval name='strict_bssid' type='boolean' value='false' />
147 <propval name='active_ncp' type='astring' value='Automatic' />
148 <propval name='value_authorization' type='astring'
149 value='solaris.smf.value.nwam' />
154 <loctext xml:lang='C'>
155 physical network interface autoconfiguration
159 <manpage title='nwamd' section='1M'
160 manpath='/usr/share/man' />
162 name='Network Auto-Magic OpenSolaris Project Page'
163 uri='http://hub.opensolaris.org/bin/view/Project+nwam/'
170 <stability value='Unstable' />