From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/2] ipsec: fix enable and disable Date: Sat, 05 Aug 2017 12:30:30 +0200 Message-ID: <1501929031-4016-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2136400376529853893==" List-Id: --===============2136400376529853893== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Jonatan Schlag --- src/functions/functions.ipsec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 4b8ce1b..14d5ef6 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -222,8 +222,6 @@ ipsec_connection_disable() { return ${EXIT_ERROR} fi - ipsec_reload ${connection} - # Configure strongswan autostart ipsec_strongswan_autostart } @@ -236,8 +234,6 @@ ipsec_connection_enable() { return ${EXIT_ERROR} fi - ipsec_reload "${connection}" - # Configure strongswan autostart ipsec_strongswan_autostart } -- 2.6.3 --===============2136400376529853893==--