From: Jonatan Schlag Date: Sat, 5 Aug 2017 10:30:30 +0000 (+0200) Subject: ipsec: fix enable and disable X-Git-Tag: 009~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91f784ed5e9367cd0480f0eaf35b7d9bbb06ab9;p=network.git ipsec: fix enable and disable Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 4b8ce1bf..14d5ef69 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 }