mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 13:32:59 +02:00
Firewall: forgot to delete a development test string
This commit is contained in:
@@ -261,7 +261,6 @@ sub buildrules
|
||||
if(substr($sourcehash{$a}[0], 3, 3) ne 'mac' && $sourcehash{$a}[0] ne ''){ $STAG="-s";}
|
||||
#Process ICMP RULE
|
||||
if(substr($DPORT, 2, 4) eq 'icmp'){
|
||||
print"uzlputz ICMP Regel\n";
|
||||
my @icmprule= split(",",substr($DPORT, 12,));
|
||||
foreach (@icmprule){
|
||||
$icmptype="--icmp-type ";
|
||||
|
||||
Reference in New Issue
Block a user