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 5ba51b82044c90706e3fd2313621fd2f7646ae76 (commit) from db073a101e354ae047e1c5c113b50d03de1058de (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 5ba51b82044c90706e3fd2313621fd2f7646ae76 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Mar 27 22:17:04 2010 +0100
Fix connection.cgi display for strongswan.
-----------------------------------------------------------------------
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 9cf4f68..b370d12 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 = ` route -n | grep ipsec | awk '{ print $1" "$3}'`; +my @vpn = `grep "rightsubnet=" /etc/ipsec.conf | cut -f2 -d"=" | sed "s|/| |g"`; foreach my $route (@vpn) { chomp($route); my @temp = split(/[\t ]+/, $route);
hooks/post-receive -- IPFire 2.x development tree