Forward Firewall: on every reload of the new firewall-rules the firewall.local is also reloaded

This commit is contained in:
Alexander Marx
2013-06-20 11:23:43 +02:00
committed by Michael Tremer
parent ff4770c79b
commit 674f4e9d51

View File

@@ -139,6 +139,7 @@ if($param eq 'flush'){
&p2pblock;
system ("iptables -A $CHAIN -m state --state NEW -j ACCEPT");
system ("/usr/sbin/firewall-policy");
system ("/etc/sysconfig/firewall.local reload");
}
}
}