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/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=f557ea1e596033a79ab1f6df4d57fd90c15a2271;hp=c12392c0ef3aa71cda43fe38cfd22e4afab5cc5e Forward Firewall: removed PORTFWACCESS flushing from rules.pl --- diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index 4c220c04f..7184c0460 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"); }