aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-05-31 09:02:23 +0200
committerTobias Brunner <tobias@strongswan.org>2011-05-31 09:03:23 +0200
commitbf870ffbe7613d8060a88fb24583ea49c432cf6b (patch)
treecbb1ff300a7d37239e1e089b491a8a13d9b009b5 /man
parent5d179d19991b0220fc9761f30a7e94077596c4f6 (diff)
downloadstrongswan-bf870ffbe7613d8060a88fb24583ea49c432cf6b.tar.bz2
strongswan-bf870ffbe7613d8060a88fb24583ea49c432cf6b.tar.xz
Default value for keyingtries documented properly.
Diffstat (limited to 'man')
-rw-r--r--man/ipsec.conf.5.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in
index 295100444..0390f0760 100644
--- a/man/ipsec.conf.5.in
+++ b/man/ipsec.conf.5.in
@@ -468,11 +468,11 @@ whereas in older strongSwan releases
.B ikev1
was assumed.
.TP
-.BR keyingtries " = " %forever " | <number>"
+.BR keyingtries " = " 3 " | <number> | %forever"
how many attempts (a whole number or \fB%forever\fP) should be made to
negotiate a connection, or a replacement for one, before giving up
(default
-.BR %forever ).
+.BR 3 ).
The value \fB%forever\fP
means 'never give up'.
Relevant only locally, other end need not agree on it.