The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-15-2008
blowtorch's Avatar
blowtorch blowtorch is offline
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,323
From the Solaris man page:

Quote:
plumb Open the device associated with the physical interface
name and set up the streams needed for IP to use the
device. When used with a logical interface name, this
command is used to create a specific named logical
interface. An interface must be separately plumbed for
use by IPv4 and IPv6. The address_family parameter
controls whether the ifconfig command applies to IPv4
or IPv6.
Quote:
unplumb
Close the device associated with this physical inter-
face name and any streams that ifconfig set up for IP
to use the device. When used with a logical interface
name, the logical interface is removed from the sys-
tem. After this command is executed, the device name
will no longer appear in the output of ifconfig -a.
The same would hold true for HP-UX as well (allowing for differences in implementation, and such).
Reply With Quote