]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Firewall: forgot to delete a development test string
authorAlexander Marx <amarx@ipfire.org>
Thu, 5 Dec 2013 14:51:15 +0000 (15:51 +0100)
committerAlexander Marx <amarx@ipfire.org>
Thu, 5 Dec 2013 14:51:15 +0000 (15:51 +0100)
config/firewall/rules.pl

index 3b88d2308497a2bc8996ab7c7a76ee3823ad46c9..c54a2eb82ab9c60d2066101348ad176a663f76d9 100755 (executable)
@@ -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 ";