]> git.ipfire.org Git - people/ms/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)
committerAlexander Marx <amarx@ipfire.org>
Thu, 8 Aug 2013 05:51:21 +0000 (07:51 +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 PORTFWACCESS");
        system ("iptables -t nat -F NAT_DESTINATION");
        system ("iptables -t nat -F NAT_SOURCE");
 }