diff options
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index cc797197041..c1a65834531 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.71 2003/10/26 07:10:54 mcbride Exp $ +.\" $OpenBSD: ifconfig.8,v 1.72 2003/12/03 13:28:36 markus Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -215,6 +215,10 @@ Both addresses must be of the same family. .It Cm deletetunnel Removes the source and destination tunnel addresses, configured onto a tunnel interface. +.It Cm create +Create the specified network pseudo-device. +.It Cm destroy +Destroy the specified network pseudo-device. .It Cm ipdst This is used to specify an Internet host who is willing to receive ip packets encapsulating NS packets bound for a remote network. @@ -599,6 +603,12 @@ and vlan parent device fxp0. .Pp .It Cm # ifconfig carp0 vhid 1 192.168.10.1 Configure the carp0 interface for IP address 192.168.10.1, virtual host ID 1. +.Pp +.It Cm # ifconfig gif1 create +Create the gif1 network interface. +.Pp +.It Cm # ifconfig gif1 destroy +Destroy the gif1 network interface. .El .Sh DIAGNOSTICS Messages indicating the specified interface does not exist, the |