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 5ac2ed47781a5f70a24b9ecf3339010bb06d470c (commit) from 3c4eaa3d2dc2bac8586dc65083e2268b461cc687 (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 5ac2ed47781a5f70a24b9ecf3339010bb06d470c Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Aug 5 14:13:09 2012 +0200
connections.cgi: Fix colour for orange firewall IP address.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/connections.cgi | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Difference in files: diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index fbd7fcd..973a7d2 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -133,6 +133,11 @@ if ($netsettings{'BLUE_DEV'}) { } }
+# Add Orange Firewall Interface +push(@network, $netsettings{'ORANGE_ADDRESS'}); +push(@masklen, "255.255.255.255" ); +push(@colour, ${Header::colourfw} ); + # Add Orange Network if ($netsettings{'ORANGE_DEV'}) { push(@network, $netsettings{'ORANGE_NETADDRESS'});
hooks/post-receive -- IPFire 2.x development tree