connections.cgi: Fix colour for orange firewall IP address.

This commit is contained in:
Michael Tremer
2012-08-05 14:13:09 +02:00
parent 3c4eaa3d2d
commit 5ac2ed4778

View File

@@ -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'});