diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-11-18 00:13:46 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-11-18 00:13:46 +0000 |
commit | a83de350c18f04c4859331ac616d2d08240fe61a (patch) | |
tree | 131de61552843546e7af3160d55a4be0787ac59f /sbin/ipsec/ipsecadm/ipsecadm.1 | |
parent | c08df90be197464bc742f0b0dc596cb7b7da823e (diff) |
make old style padding default again, use -netpadding for new style
padding. allow ip4 encapsulation/tunnels with no encryption/authentication.
Diffstat (limited to 'sbin/ipsec/ipsecadm/ipsecadm.1')
-rw-r--r-- | sbin/ipsec/ipsecadm/ipsecadm.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ipsec/ipsecadm/ipsecadm.1 b/sbin/ipsec/ipsecadm/ipsecadm.1 index eb26cb4871d..9f141223b4e 100644 --- a/sbin/ipsec/ipsecadm/ipsecadm.1 +++ b/sbin/ipsec/ipsecadm/ipsecadm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.1,v 1.4 1997/11/04 09:13:41 provos Exp $ +.\" $OpenBSD: ipsecadm.1,v 1.5 1997/11/18 00:13:43 provos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -64,7 +64,7 @@ modifiers are: .Fl enc , .Fl auth , .Fl iv , -.Fl oldpadding , +.Fl newpadding , .Fl authkey , and .Fl key . @@ -120,7 +120,7 @@ and .El .Pp The modifiers have the following meanings: -.Bl -tag -width oldpadding -offset indent +.Bl -tag -width newpadding -offset indent .It src The source IP address for the SPI. .It dst @@ -129,8 +129,8 @@ The destination IP address for the SPI. The unique Security Parameter Index (SPI). .It tunnel The source and destination IP addresses for the external IP header. -.It oldpadding -For new ESP, specify old style self-describing padding should be used. Ignored everywhere else. +.It newpadding +For new ESP, specify new style self-describing padding should be used. Ignored everywhere else. .It enc The encryption algorithm to be used with the SPI. Possible values are: |