diff options
-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 |