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 f370c68ce3e5b4abf3efaa0a3a3d48269c28ed61 (commit) from 9ed81c4116805d454563e95e29cf8bec38105ce4 (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 f370c68ce3e5b4abf3efaa0a3a3d48269c28ed61 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jun 13 15:31:14 2010 +0200
Change source of ipsec setting of connections.cgi. fixes bug #0000637
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/connections.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index b370d12..7b53c00 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -57,7 +57,7 @@ if (open(IP, "${General::swroot}/red/local-ipaddress")) { push(@colour, ${Header::colourfw} ); }
-my @vpn = `grep "rightsubnet=" /etc/ipsec.conf | cut -f2 -d"=" | sed "s|/| |g"`; +my @vpn = `/usr/local/bin/ipsecctrl I|grep erouted|cut -d"]" -f3|cut -d"=" -f4|cut -d";" -f1| sed "s|/| |g"`; foreach my $route (@vpn) { chomp($route); my @temp = split(/[\t ]+/, $route);
hooks/post-receive -- IPFire 2.x development tree