From 8870fabf1b4358618fca7db459515106653214b5 Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Wed, 17 Jan 2024 17:46:38 +0200 Subject: T5953: Changed values of 'close-action' to Strongswan values Changed the value from 'hold' to 'trap' in the 'close-action' option in the IKE group. Changed the value from 'restart' to 'start' in the 'close-action' option in the IKE group. --- interface-definitions/vpn_ipsec.xml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interface-definitions/vpn_ipsec.xml.in') diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 76c71949f..9d1d5d824 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -251,22 +251,22 @@ Action to take if a child SA is unexpectedly closed - none hold restart + none trap start none Do nothing - hold + trap Attempt to re-negotiate when matching traffic is seen - restart + start Attempt to re-negotiate the connection immediately - (none|hold|restart) + (none|trap|start) none -- cgit v1.2.3