diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-19 15:44:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-19 15:44:36 +0000 |
commit | 4cea9b50289bd4ed6898169aeb1565b5733b524c (patch) | |
tree | 00da88bcebbe3656fbdc9c42ca7b6d7b3aad2ba9 /sbin/ipsecctl | |
parent | dd1b639b3e3bd1179e4c105f6e59e76b0719a5d8 (diff) |
grammar;
from benjamin pineau;
ok hshoexer@
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index c24bbfa6ecb..d258545e07a 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.19 2005/08/23 07:48:04 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.20 2005/09/19 15:44:35 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -438,7 +438,7 @@ flow esp from 192.168.7.0/24 to 192.168.8.0/24 peer 192.168.3.12 flow esp out from 192.168.7.0/24 to 192.168.8.0/24 peer 192.168.3.12 flow esp in from 192.168.8.0/24 to 192.168.7.0/24 peer 192.168.3.12 -# Set up IPsec SAs for a flows between 192.168.3.14 and 192.168.3.12 +# Set up IPsec SAs 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" |