summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-10-26 09:34:51 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-10-26 09:34:51 +0000
commitf02a7006895ee8eb3ec7e10f4211fab9aa70bece (patch)
tree37a7ee7b7fe51f575ef095af1df16450d9cac21d
parentf5022089fc88d71297b34970860d613cb0ea161e (diff)
Sync "ifconfig create" interface list with ifconfig -C output.
Adds pair, svlan, tap and vxlan.
-rw-r--r--sbin/ifconfig/ifconfig.810
1 files changed, 7 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 768678db36c..9f86221356e 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.261 2015/10/24 13:32:45 jmc Exp $
+.\" $OpenBSD: ifconfig.8,v 1.262 2015/10/26 09:34:50 jsg 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 $
.\"
@@ -31,7 +31,7 @@
.\"
.\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: October 24 2015 $
+.Dd $Mdocdate: October 26 2015 $
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -179,15 +179,19 @@ At least the following devices can be created on demand:
.Xr lo 4 ,
.Xr mpe 4 ,
.Xr mpw 4 ,
+.Xr pair 4 ,
.Xr pflog 4 ,
.Xr pflow 4 ,
.Xr pfsync 4 ,
.Xr ppp 4 ,
.Xr pppoe 4 ,
+.Xr svlan 4 ,
+.Xr tap 4 ,
.Xr trunk 4 ,
.Xr tun 4 ,
.Xr vether 4 ,
-.Xr vlan 4
+.Xr vlan 4 ,
+.Xr vxlan 4
.It Cm debug
Enable driver-dependent debugging code; usually, this turns on
extra console error logging.