This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, core84 has been updated via 24d36c80a6ce4eef0131dbf22862fb9fbc997478 (commit) from 2a5b19c56f8593e78906d716afe123a6ff0ee6db (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 24d36c80a6ce4eef0131dbf22862fb9fbc997478 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Oct 5 15:12:44 2014 +0200
p2pblock: fix flush rules if all p2p's are allowed.
-----------------------------------------------------------------------
Summary of changes: config/firewall/rules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index 20f97be..75a9357 100755 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -564,8 +564,8 @@ sub p2pblock { } close(FILE);
+ run("$IPTABLES -F P2PBLOCK"); if (@protocols) { - run("$IPTABLES -F P2PBLOCK"); run("$IPTABLES -A P2PBLOCK -m ipp2p @protocols -j DROP"); } }
hooks/post-receive -- IPFire 2.x development tree