]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Avoid expiration of allocated SPIs due to low retransmission settings
authorTobias Brunner <tobias@strongswan.org>
Tue, 14 Mar 2017 16:02:26 +0000 (17:02 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 23 May 2017 16:05:58 +0000 (18:05 +0200)
testing/hosts/default/etc/strongswan.conf.testing

index 55efbe7d16c2e04ac53d1007877dcc41a1335928..b62355097009d53c1ae989c5ad6e9a0007d7c2e6 100644 (file)
@@ -2,6 +2,11 @@ charon {
   retransmit_tries = 2
   retransmit_timeout = 1.0
   retransmit_base = 1
+  plugins {
+    kernel-netlink {
+      xfrm_acq_expires = 60
+    }
+  }
 }
 
-include strongswan.conf
\ No newline at end of file
+include strongswan.conf