From: Alexander Marx Date: Wed, 26 Jun 2013 11:43:53 +0000 (+0200) Subject: Forward Firewall: removed PORTFWACCESS flushing from rules.pl X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=871406d97e8f4877c0834157c361634c8f824d99;p=people%2Fms%2Fipfire-2.x.git Forward Firewall: removed PORTFWACCESS flushing from rules.pl --- diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index 4c220c04fa..7184c04600 100755 --- a/config/forwardfw/rules.pl +++ b/config/forwardfw/rules.pl @@ -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"); }