From 5ac2ed47781a5f70a24b9ecf3339010bb06d470c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 5 Aug 2012 14:13:09 +0200 Subject: [PATCH] connections.cgi: Fix colour for orange firewall IP address. --- html/cgi-bin/connections.cgi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index fbd7fcd7c..973a7d2ef 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'}); -- 2.39.2