public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 5ac2ed47781a5f70a24b9ecf3339010bb06d470c
@ 2012-08-05 12:13 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-08-05 12:13 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1547 bytes --]

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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-05 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-05 12:13 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 5ac2ed47781a5f70a24b9ecf3339010bb06d470c git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox