summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.8
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-07-02 20:52:34 +0000
committerbrooks <brooks@FreeBSD.org>2001-07-02 20:52:34 +0000
commit1e69f4eb2364d7e5da7ca1d7cb99c3e77599e36d (patch)
treef5f59c19ee189de4878df5732ae19dc9ab4f4237 /sbin/ifconfig/ifconfig.8
parented84560ca76e0e8ce75e80045823b2444fb96675 (diff)
downloadFreeBSD-src-1e69f4eb2364d7e5da7ca1d7cb99c3e77599e36d.zip
FreeBSD-src-1e69f4eb2364d7e5da7ca1d7cb99c3e77599e36d.tar.gz
Support network device cloning via create and destroy options.
Reviewed by: ru, ume Obtained from: NetBSD MFC after: 1 week
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r--sbin/ifconfig/ifconfig.829
1 files changed, 29 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index e4ef0f4..d564180 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -43,6 +43,7 @@
.Op Fl L
.Op Fl m
.Ar interface
+.Op Cm create
.Op Ar address_family
.Oo
.Ar address Ns Op Cm / Ns Ar prefixlength
@@ -50,6 +51,9 @@
.Oc
.Op Ar parameters
.Nm
+.Ar interface
+.Cm destroy
+.Nm
.Fl a
.Op Fl L
.Op Fl d
@@ -66,6 +70,7 @@
.Op Fl d
.Op Fl m
.Op Fl u
+.Op Fl C
.Sh DESCRIPTION
.Nm Ifconfig
is used to assign an address
@@ -269,6 +274,24 @@ IPv4/IPv6 header.
Unconfigure the physical source and destination address for IP tunnel
interfaces previously configured with
.Cm tunnel .
+.It Cm create
+Create the specified network pseudo-device.
+If the interface is given without a unit number, try to create a new
+device with an arbitrary unit number.
+If creation of an arbitrary device is sucessful, the new device name is
+printed to stdout.
+.It Cm destroy
+Destroy the specified network pseudo-device.
+.It Cm plumb
+Another name for the
+.Fl create
+parameter.
+Included for Solaris compatibility.
+.It Cm unplumb
+Another name for the
+.Fl destroy
+parameter.
+Included for Solaris compatibility.
.It Cm vlan Ar vlan_tag
If the interface is a vlan pseudo interface, set the vlan tag value
to
@@ -587,6 +610,12 @@ and
.Fl u
(only list interfaces that are up).
.Pp
+The
+.Fl C
+flag may be used to list all of the interface cloners available on
+the system, with no additional information.
+Use of this flag is mutually exclusive with all other flags and commands.
+.Pp
Only the super-user may modify the configuration of a network interface.
.Sh NOTES
The media selection system is relatively new and only some drivers support
OpenPOWER on IntegriCloud