]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
swanctl: Document replay_window option
authorMartin Willi <martin@revosec.ch>
Tue, 17 Jun 2014 14:48:25 +0000 (16:48 +0200)
committerMartin Willi <martin@revosec.ch>
Tue, 17 Jun 2014 14:49:02 +0000 (16:49 +0200)
src/swanctl/swanctl.opt

index 73907b6ce146e4fd2a3c8bb6677a022db426aea0..40265d0f96423f4a3bd3dabf569572f91efa83f6 100644 (file)
@@ -629,6 +629,13 @@ connections.<conn>.children.<child>.tfc_padding = 0
        The default value of 0 disables TFC padding, the special value _mtu_ adds
        TFC padding to create a packet size equal to the Path Maximum Transfer Unit.
 
+connections.<conn>.children.<child>.replay_window = 32
+       IPsec replay window to configure for this CHILD_SA.
+
+       IPsec replay window to configure for this CHILD_SA. Larger values than the
+       default of 32 are supported using the Netlink backend only, a value of 0
+       disables IPsec replay protection.
+
 connections.<conn>.children.<child>.start_action = none
        Action to perform after loading the configuration (_none_, _trap_, _start_).