mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Forward Firewall: colorize ip addresses when possible in firewall groups. subnetmask now in cidr format
This commit is contained in:
committed by
Michael Tremer
parent
f1934a05ad
commit
72586f0ff0
@@ -817,6 +817,10 @@ sub checkrule
|
||||
}
|
||||
}
|
||||
}
|
||||
if( $fwdfwsettings{'USE_SRC_PORT'} ne 'ON' && $fwdfwsettings{'USESRV'} ne 'ON'){
|
||||
$fwdfwsettings{'PROT'}='';
|
||||
$fwdfwsettings{'TGT_PROT'}='';
|
||||
}
|
||||
}
|
||||
sub checkcounter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user