diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-09-14 15:09:23 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-09-14 15:09:23 +0000 |
commit | 2cbb697dc18209b37f090052d2665604a415aba8 (patch) | |
tree | e8dbd6e6c7c21c4aced45390db23b512b6276c8d /sbin | |
parent | 7da6aa089a842169e1623fed62bf54b31001f721 (diff) |
simplify an example. ok jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 74850c09d7b..6fa4e3d2855 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.93 2006/09/13 11:40:01 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.94 2006/09/14 15:09:22 hshoexer Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -470,8 +470,7 @@ An example of setting up an SA: .Bd -literal -offset 3n # Set up an IPsec SA for flows between 192.168.3.14 and 192.168.3.12 esp from 192.168.3.14 to 192.168.3.12 spi 0xdeadbeef:0xbeefdead \e - auth hmac-sha2-256 enc aesctr authkey file "auth14:auth12" \e - enckey file "enc14:enc12" + authkey file "auth14:auth12" enckey file "enc14:enc12" .Ed .Pp Parameters specify the peers, Security Parameter Index (SPI), |