* [git.ipfire.org] IPFire 2.x development tree branch, core84, updated. 24d36c80a6ce4eef0131dbf22862fb9fbc997478
@ 2014-10-05 13:13 git
0 siblings, 0 replies; only message in thread
From: git @ 2014-10-05 13:13 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]
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(a)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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-05 13:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-05 13:13 [git.ipfire.org] IPFire 2.x development tree branch, core84, updated. 24d36c80a6ce4eef0131dbf22862fb9fbc997478 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox