diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-11 06:23:57 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-11 06:23:57 +0200 |
commit | 456a4f398e0e1ee451dddc1f39f95dc500ca1937 (patch) | |
tree | 20788622eea382919943f69f07d794bd1080aa65 /man/ipsec.conf.5.in | |
parent | aff81d3bac53f5e55c6b1b840a7c50ff8a967fb6 (diff) | |
download | strongswan-456a4f398e0e1ee451dddc1f39f95dc500ca1937.tar.bz2 strongswan-456a4f398e0e1ee451dddc1f39f95dc500ca1937.tar.xz |
updated keyexchange entry in ipsec.conf.5 man page
Diffstat (limited to 'man/ipsec.conf.5.in')
-rw-r--r-- | man/ipsec.conf.5.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in index 631a1ef7c..c7ccf76ff 100644 --- a/man/ipsec.conf.5.in +++ b/man/ipsec.conf.5.in @@ -450,10 +450,13 @@ are initiated with pluto, those marked with with charon. An incoming request from the remote peer is handled by the correct daemon, unaffected from the .B keyexchange -setting. The default value +setting. Starting with strongSwan 4.5 the default value .B ike -currently is a synonym for -.BR ikev1 . +is a synonym for +.BR ikev2 , +whereas in older strongSwan releases +.B ikev1 +was assumed. .TP .B keyingtries how many attempts (a whole number or \fB%forever\fP) should be made to |