aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-30 14:49:21 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-30 14:50:32 +0200
commit8b123d2e4a48412a18dc2bb68f2437f4dd53f12a (patch)
treebfd38d87412fbd566da9402a96b3df2f66ffa279 /man
parent28a79e4e0c4fd1d47ccf638b19beb1b60c321ba3 (diff)
downloadstrongswan-8b123d2e4a48412a18dc2bb68f2437f4dd53f12a.tar.bz2
strongswan-8b123d2e4a48412a18dc2bb68f2437f4dd53f12a.tar.xz
man: Document replay_window ipsec.conf option
Diffstat (limited to 'man')
-rw-r--r--man/ipsec.conf.5.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in
index a0be75536..0f8564a1e 100644
--- a/man/ipsec.conf.5.in
+++ b/man/ipsec.conf.5.in
@@ -1049,6 +1049,15 @@ below.
synonym for
.BR margintime .
.TP
+.BR replay_window " = " \-1 " | <number>"
+The IPsec replay window size for this connection. With the default of \-1
+the value configured with
+.I charon.replay_window
+in
+.BR strongswan.conf (5)
+is used. Larger values than 32 are supported using the Netlink backend only,
+a value of 0 disables IPsec replay protection.
+.TP
.BR reqid " = <number>"
sets the reqid for a given connection to a pre-configured fixed value.
.TP