X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fforwardfw%2Frules.pl;h=7184c04600390eef6957b515addb4be943e774ca;hp=4c220c04faa143fd797908b7d1e8fd365ff35756;hb=f557ea1e596033a79ab1f6df4d57fd90c15a2271;hpb=c12392c0ef3aa71cda43fe38cfd22e4afab5cc5e 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"); }