Forward Firewall: colorize ip addresses when possible in firewall groups. subnetmask now in cidr format

This commit is contained in:
Alexander Marx
2013-07-02 15:43:44 +02:00
committed by Michael Tremer
parent f1934a05ad
commit 72586f0ff0
2 changed files with 9 additions and 2 deletions

View File

@@ -817,6 +817,10 @@ sub checkrule
}
}
}
if( $fwdfwsettings{'USE_SRC_PORT'} ne 'ON' && $fwdfwsettings{'USESRV'} ne 'ON'){
$fwdfwsettings{'PROT'}='';
$fwdfwsettings{'TGT_PROT'}='';
}
}
sub checkcounter
{