diff options
author | 2010-05-07 06:17:34 +0000 | |
---|---|---|
committer | 2010-05-07 06:17:34 +0000 | |
commit | e42ce69b7e00236d4567f055e6be3da369eb2e12 (patch) | |
tree | 8044e1c8f06ec3782aba0a81958c26f55fb82c21 | |
parent | Move the net/bpf.h include done and wrap it in the ususal #if NBPFILTER > 0 (diff) | |
download | wireguard-openbsd-e42ce69b7e00236d4567f055e6be3da369eb2e12.tar.xz wireguard-openbsd-e42ce69b7e00236d4567f055e6be3da369eb2e12.zip |
Add faith(4) to the list of clonable devices even though it is not enbaled
by default. Diff by J.C. Roberts
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 9b9a0b81566..96a6cb27b79 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.199 2010/04/12 01:26:29 tedu Exp $ +.\" $OpenBSD: ifconfig.8,v 1.200 2010/05/07 06:17:34 claudio 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: April 12 2010 $ +.Dd $Mdocdate: May 7 2010 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -171,6 +171,7 @@ At least the following devices can be created on demand: .Pp .Xr bridge 4 , .Xr carp 4 , +.Xr faith 4 , .Xr gif 4 , .Xr gre 4 , .Xr lo 4 , |