From: Alexander Marx Date: Thu, 5 Dec 2013 14:51:15 +0000 (+0100) Subject: Firewall: forgot to delete a development test string X-Git-Tag: v2.15-beta1~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=784098e4db6b4aca11b4b39d0fec17f8a2d3ad0c;p=people%2Fms%2Fipfire-2.x.git Firewall: forgot to delete a development test string --- diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index 3b88d23084..c54a2eb82a 100755 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -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 ";