From: jsg Date: Mon, 26 Oct 2015 09:34:50 +0000 (+0000) Subject: Sync "ifconfig create" interface list with ifconfig -C output. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=36daace607088c67b7d69ad71f6c7d43c3359c47;p=openbsd Sync "ifconfig create" interface list with ifconfig -C output. Adds pair, svlan, tap and vxlan. --- 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.