]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: removed PORTFWACCESS flushing from rules.pl
authorAlexander Marx <amarx@ipfire.org>
Wed, 26 Jun 2013 11:43:53 +0000 (13:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:15:30 +0000 (14:15 +0200)
config/forwardfw/rules.pl

index 4c220c04faa143fd797908b7d1e8fd365ff35756..7184c04600390eef6957b515addb4be943e774ca 100755 (executable)
@@ -145,7 +145,6 @@ sub flush
        system ("iptables -F FORWARDFW");
        system ("iptables -F INPUTFW");
        system ("iptables -F OUTGOINGFW");
        system ("iptables -F FORWARDFW");
        system ("iptables -F INPUTFW");
        system ("iptables -F OUTGOINGFW");
-       system ("iptables -F PORTFWACCESS");
        system ("iptables -t nat -F NAT_DESTINATION");
        system ("iptables -t nat -F NAT_SOURCE");
 }                      
        system ("iptables -t nat -F NAT_DESTINATION");
        system ("iptables -t nat -F NAT_SOURCE");
 }