diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.in | 6 | ||||
-rw-r--r-- | man/ipsec.conf.5.in | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 72312c469..bd3141dfa 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.3 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -211,6 +211,7 @@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +OPENSSL_LIB = @OPENSSL_LIB@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ @@ -229,6 +230,7 @@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLUGIN_CFLAGS = @PLUGIN_CFLAGS@ PTHREADLIB = @PTHREADLIB@ PYTHON = @PYTHON@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ @@ -256,6 +258,7 @@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +aikgen_plugins = @aikgen_plugins@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -347,6 +350,7 @@ srcdir = @srcdir@ starter_plugins = @starter_plugins@ strongswan_conf = @strongswan_conf@ strongswan_options = @strongswan_options@ +swanctldir = @swanctldir@ sysconfdir = @sysconfdir@ systemdsystemunitdir = @systemdsystemunitdir@ t_plugins = @t_plugins@ 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 |