This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 4cd51e20ae17ee55e46708650055727cffe3443a (commit) from bbaa7993bd99d0e31145f84277861fd8dbde3e34 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4cd51e20ae17ee55e46708650055727cffe3443a Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 19 15:36:37 2018 +0100
Revert "IPsec: Try to restart always-on tunnels immediately"
This reverts commit a261cb06c6cdd3ba14ad0163c8c9e714ae94fc5b.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 6 ------ 1 file changed, 6 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index a52b4d64d..378acb326 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
hooks/post-receive -- IPFire 2.x development tree