From: Michael Tremer Date: Thu, 19 Apr 2018 14:36:37 +0000 (+0100) Subject: Revert "IPsec: Try to restart always-on tunnels immediately" X-Git-Tag: v2.19-core120~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef623d3e68fdf97d2f96a5b9d1c22de771e05d49;p=people%2Fstevee%2Fipfire-2.x.git Revert "IPsec: Try to restart always-on tunnels immediately" This reverts commit a261cb06c6cdd3ba14ad0163c8c9e714ae94fc5b. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index a52b4d64d9..378acb3268 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -436,12 +436,6 @@ sub writeipsecfiles { if ($start_action eq 'route' && $inactivity_timeout > 0) { print CONF "\tinactivity=$inactivity_timeout\n"; } - - # Restart the connection immediately when it has gone down - # unexpectedly - if ($start_action eq 'start') { - print CONF "\tcloseaction=restart\n"; - } } # Fragmentation