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, master has been updated via 3f8fbea51d91b3fbabdb0e901e6fcc376db41b04 (commit) from d3f1f999278eedff0e1fa3ac7303ee711e93f0e1 (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 3f8fbea51d91b3fbabdb0e901e6fcc376db41b04 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Sun Sep 5 09:48:37 2010 +0200
Remove from Input chain, changed order of the filters since the normal table contaings a drop rule and so the mac table would never be reached. Still need to check if input is necessary.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/firewall | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/firewall b/src/initscripts/init.d/firewall index b9f3908..366ae07 100644 --- a/src/initscripts/init.d/firewall +++ b/src/initscripts/init.d/firewall @@ -183,9 +183,8 @@ case "$1" in /sbin/iptables -t nat -A POSTROUTING -j IPSECNAT
# Outgoing Firewall - /sbin/iptables -A FORWARD -j OUTGOINGFW /sbin/iptables -A FORWARD -j OUTGOINGFWMAC - /sbin/iptables -A INPUT -j OUTGOINGFWMAC + /sbin/iptables -A FORWARD -j OUTGOINGFW
# localhost and ethernet. /sbin/iptables -A INPUT -i lo -m state --state NEW -j ACCEPT
hooks/post-receive -- IPFire 2.x development tree