aboutsummaryrefslogtreecommitdiffstats
path: root/main/dmvpn/0003-close-IKE-SA-on-inactivity.patch
blob: dba6151e8bc17eb4772133724f9843ec6322b274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From fe4aeacf10b8866c15eab3dea9b9118b738d1f59 Mon Sep 17 00:00:00 2001
From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
Date: Mon, 17 Feb 2020 13:13:11 +0200
Subject: [PATCH 3/5] close IKE SA on inactivity

---
 dmvpn.charon | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dmvpn.charon b/dmvpn.charon
index 909c0e8..191be15 100644
--- a/dmvpn.charon
+++ b/dmvpn.charon
@@ -2,6 +2,7 @@
 # See LICENSE file for license details
 
 charon {
+	inactivity_close_ike = yes
 	make_before_break = yes
 	x509 {
 		enforce_critical = no
-- 
2.24.1