]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/connections.cgi
connections.cgi: Fix colour for orange firewall IP address.
[ipfire-2.x.git] / html / cgi-bin / connections.cgi
index fbd7fcd7cd5adbd325f20d7330644e97edcf254d..973a7d2ef8610415614fb28331d2cdc7d479fcac 100644 (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'});