diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-29 21:28:39 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-29 21:28:39 +0000 |
commit | c36b5d99497a4a214b119ea16ba106bed6f5ede0 (patch) | |
tree | ac95210d4972524b0bd01abeea100971d31958c3 /sbin/ifconfig/ifconfig.8 | |
parent | de3823732bf5afd3afd9f14563e9818df599ec58 (diff) |
Replace enc(4) with a new implementation as a cloner device. We still
create enc0 by default, but it is possible to add additional enc
interfaces. This will be used later to allow alternative encs per
policy or to have an enc per rdomain when IPsec becomes rdomain-aware.
manpage bits ok jmc@
input from henning@ deraadt@ toby@ naddy@
ok henning@ claudio@
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-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 1b8a957fb16..7a84b6fb2ab 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.204 2010/06/27 21:03:59 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.205 2010/06/29 21:28:38 reyk 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: June 27 2010 $ +.Dd $Mdocdate: June 29 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 enc 4 , .Xr faith 4 , .Xr gif 4 , .Xr gre 4 , |