From 4d0795bcefeb7d6156fda9b59e75a7dbe05de6e5 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 14 Mar 2017 17:02:26 +0100 Subject: [PATCH] testing: Avoid expiration of allocated SPIs due to low retransmission settings --- testing/hosts/default/etc/strongswan.conf.testing | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testing/hosts/default/etc/strongswan.conf.testing b/testing/hosts/default/etc/strongswan.conf.testing index 55efbe7d1..b62355097 100644 --- a/testing/hosts/default/etc/strongswan.conf.testing +++ b/testing/hosts/default/etc/strongswan.conf.testing @@ -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