From: Michael Tremer Date: Sun, 5 Aug 2012 12:13:09 +0000 (+0200) Subject: connections.cgi: Fix colour for orange firewall IP address. X-Git-Tag: v2.11-core62^2~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ac2ed47781a5f70a24b9ecf3339010bb06d470c;p=ipfire-2.x.git connections.cgi: Fix colour for orange firewall IP address. --- diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index fbd7fcd7cd..973a7d2ef8 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'});