strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d179d1
)
Default value for keyingtries documented properly.
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 31 May 2011 07:02:23 +0000
(09:02 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 31 May 2011 07:03:23 +0000
(09:03 +0200)
man/ipsec.conf.5.in
patch
|
blob
|
history
diff --git
a/man/ipsec.conf.5.in
b/man/ipsec.conf.5.in
index
2951004
..
0390f07
100644
(file)
--- 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.