]> git.ipfire.org Git - people/amarx/ipfire-2.x.git/commitdiff
connections.cgi: Fix colour for orange firewall IP address.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Aug 2012 12:13:09 +0000 (14:13 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Aug 2012 12:13:09 +0000 (14:13 +0200)
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'});