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 86525dfc52009003a0976fb8df135ba0808ae121 (commit) from 5861450ef888402d3258f38861ce8f9a7a14c8e7 (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 86525dfc52009003a0976fb8df135ba0808ae121 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Aug 18 14:07:55 2011 +0200
IKEv2: Add roadwarrior configuration to file.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 888372e..e1a8200 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -439,6 +439,7 @@ sub writeipsecfiles { # Automatically start only if a net-to-net connection if ($lconfighash{$key}[3] eq 'host') { print CONF "\tauto=add\n"; + print CONF "\trightsourceip=$lvpnsettings{'RW_NET'}\n"; } else { print CONF "\tauto=start\n"; }
hooks/post-receive -- IPFire 2.x development tree