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, core119 has been updated via 876dbda0c2555225d95fedca19b0aa0b91b59d18 (commit) from 7eb86ee39ec799e7a3ef614e96263e50f708f85d (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 876dbda0c2555225d95fedca19b0aa0b91b59d18 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Feb 28 11:03:03 2018 +0000
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 2a0351ea0..17873d62b 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