Searched refs:plumb (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loopback41 /sbin/ifconfig lo0 plumb 127.0.0.1 up
44 /sbin/ifconfig lo0 inet6 plumb ::1 up
H A Dnet-physical152 # interface configuration. This prevents errors from plumb failures
245 # Step through the IPv4 interface list and try to plumb every interface.
251 /sbin/ifconfig $1 plumb
259 [ -n "$inet_failed" ] && warn_failed_ifs "plumb IPv4" "$inet_failed"
274 # Step through the IPv6 interface list and plumb every interface.
282 /sbin/ifconfig $1 inet6 plumb
290 [ -n "$inet6_failed" ] && warn_failed_ifs "plumb IPv6" "$inet6_failed"
360 # For the IPv4 and IPv6 interfaces that failed to plumb, find (or create)
449 # If we get here and were not asked to plumb any IPv4 interfaces, look
472 /sbin/ifconfig $nic plumb
[all...]
H A Dnet-iptun58 /sbin/ifconfig $1 $2 plumb
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dpppd49 /usr/sbin/sppptun plumb $saps pppoe $intf
51 /usr/sbin/sppptun plumb $sapd pppoed $intf
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv6localicmp.ksh49 if ! ifconfig lo0 inet6 plumb up; then
50 print -u2 "could not plumb lo0 inet6 for testing"
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh86 # interface configuration. This prevents errors from plumb failures
179 # Step through the IPv4 interface list and try to plumb every interface.
185 /sbin/ifconfig $1 plumb
193 [ -n "$inet_failed" ] && warn_failed_ifs "plumb IPv4" $inet_failed
197 # Step through the IPv6 interface list and plumb every interface.
205 /sbin/ifconfig $1 inet6 plumb
213 [ -n "$inet6_failed" ] && warn_failed_ifs "plumb IPv6" $inet6_failed
395 # Process IPv4 and IPv6 interfaces that failed to plumb. Find an
/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh88 echo lofi plumb failed
232 echo lofi plumb failed
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c1253 nwamd_plumb_unplumb_interface(nwamd_ncu_t *ncu, sa_family_t af, boolean_t plumb) argument
1260 (plumb ? "plumb" : "unplumb"), (af == AF_INET ? "IPv4" : "IPv6"),
1263 if (plumb) {
1275 if ((plumb && ipstatus != IPADM_IF_EXISTS) ||
1276 (!plumb && ipstatus != IPADM_ENXIO)) {
1279 (plumb ? "plumb" : "unplumb"),
1286 if (!plumb) {
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh70 # inet_failed list of IPv4 interfaces that failed to plumb.
71 # inet6_failed list of IPv6 interfaces that failed to plumb.
459 # Process interfaces that failed to plumb. Find the IPMP meta-interface
575 # In the non-global zone, plumb the interface to show current
579 # plumb the interface to check l3protect, but since we
584 /sbin/ifconfig $1 plumb > /dev/null 2>&1
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd107 plumb => 0,
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh869 ifconfig $vnicname plumb

Completed in 91 milliseconds