X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Ffirewall%2Frules.pl;h=377483e6d2121acd64f0d96d50ca1660e0b157ce;hp=09e8ae6183ce71704ebb324e08bf7de4405e710b;hb=cc21b588df77bfc807720c1456f901614e98e382;hpb=bcf1a62476de2dc720426aafe1e893f06608b9d5 diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index 09e8ae618..377483e6d 100755 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -111,7 +111,6 @@ if($param eq 'flush'){ system ("/usr/sbin/firewall-policy"); }elsif($fwdfwsettings{'POLICY'} eq 'MODE2'){ &p2pblock; - system ("iptables --wait -A $CHAIN -m conntrack --ctstate NEW -j ACCEPT"); system ("/usr/sbin/firewall-policy"); system ("/etc/sysconfig/firewall.local reload"); }