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, master has been updated via aa1b59597201caab7f94c18859e1f58aaae86e3b (commit) from f9c750efad9e9c23f43c84e42c83a488b954667d (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 aa1b59597201caab7f94c18859e1f58aaae86e3b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 30 23:46:40 2010 +0100
vpnmain: remove charonstart=no from ipsec.conf.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index e60a8ba..f336ec6 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -275,8 +275,6 @@ sub writeipsecfiles { # deprecated in ipsec.conf version 2 #print CONF "\tplutoload=%search\n"; #print CONF "\tplutostart=%search\n"; - #Disable IKEv2 deamon - print CONF "\tcharonstart=no\n"; print CONF "\tuniqueids=yes\n"; print CONF "\tnat_traversal=yes\n"; print CONF "\toverridemtu=$lvpnsettings{'VPN_OVERRIDE_MTU'}\n" if ($lvpnsettings{'VPN_OVERRIDE_MTU'} ne '');
hooks/post-receive -- IPFire 2.x development tree