Firewall: forgot to delete a development test string

This commit is contained in:
Alexander Marx
2013-12-05 15:51:15 +01:00
parent 0c733ab750
commit 784098e4db

View File

@@ -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 ";