reflect current reality.

This commit is contained in:
christos 2013-06-05 23:08:09 +00:00
parent e46f5f0078
commit ef8ac5fea8
2 changed files with 14 additions and 26 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fast_ipsec.4,v 1.13 2012/03/22 20:34:38 drochner Exp $
.\" $NetBSD: fast_ipsec.4,v 1.14 2013/06/05 23:08:10 christos Exp $
.\" $FreeBSD: fast_ipsec.4,v 1.2 2003/03/03 11:51:30 ru Exp $
.\"
.\" Copyright (c) 2004
@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd January 23, 2012
.Dd June 5, 2013
.Dt FAST_IPSEC 4
.Os
.Sh NAME
@ -37,7 +37,6 @@
.Sh SYNOPSIS
.Cd "options IPSEC"
.Cd "options IPSEC_DEBUG"
.Cd "options IPSEC_NAT_T"
.Sh DESCRIPTION
.Tn IPsec
is a set of protocols,
@ -106,9 +105,8 @@ Support for IPv6 and
protocols has been added in
.Nx 4.0 .
.Pp
Support for IPSEC_NAT_T
(Network Address Translator Traversal as
described in RFCs 3947 and 3948) has been added in
Support Network Address Translator Traversal as
described in RFCs 3947 and 3948 has been added in
.Nx 5.0 .
.Sh BUGS
Certain legacy authentication algorithms are not supported because of

View File

@ -1,4 +1,4 @@
.\" $NetBSD: options.4,v 1.422 2013/06/05 01:01:57 christos Exp $
.\" $NetBSD: options.4,v 1.423 2013/06/05 23:08:09 christos Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
.Dd June 4, 2013
.Dd June 5, 2013
.Dt OPTIONS 4
.Os
.Sh NAME
@ -1674,23 +1674,6 @@ for details.
.It Cd options IPSEC
Includes support for the
.Tn IPsec
protocol, using the FAST_IPSEC implementation.
See
.Xr fast_ipsec 4
for details.
(This option is an alias for the
.Cd FAST_IPSEC
option described below.)
.It Cd options IPSEC_DEBUG
Enables debugging code in
.Tn IPsec
stack.
See
.Xr ipsec 4
for details.
.It Cd options FAST_IPSEC
Includes support for the
.Tn IPsec
protocol, using the implementation derived from
.Ox ,
relaying on
@ -1699,8 +1682,15 @@ to carry out cryptographic operations.
See
.Xr fast_ipsec 4
for details.
.It Cd options IPSEC_DEBUG
Enables debugging code in
.Tn IPsec
stack.
See
.Xr ipsec 4
for details.
The
.Cd FAST_IPSEC
.Cd IPSEC
option includes support for
.Tn IPsec
Network Address Translator traversal (NAT-T), as described in RFCs 3947