mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
connections.cgi: Fix colour for orange firewall IP address.
This commit is contained in:
@@ -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'});
|
||||
|
||||
Reference in New Issue
Block a user