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, next has been updated via 5487c71bbe42254d7eb384a3dbaa6ac2061df729 (commit) from 443aece5ee915e33c47a1a288d13ffa5230a50d7 (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 5487c71bbe42254d7eb384a3dbaa6ac2061df729 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Apr 1 22:16:48 2010 +0200
Disable qos marking for IPSec marked traffic.
-----------------------------------------------------------------------
Summary of changes: config/qos/makeqosscripts.pl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index d62e630..243cf85 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -264,6 +264,9 @@ print <<END iptables -t mangle -I POSTROUTING -o $qossettings{'RED_DEV'} -j QOS-OUT iptables -t mangle -A POSTROUTING -o $qossettings{'RED_DEV'} -j QOS-TOS
+ ### Don't change mark on traffic for the ipsec tunnel + iptables -t mangle -A QOS-OUT -m mark --mark 50 -j RETURN + ### MARK ACKs iptables -t mangle -A QOS-OUT -p tcp --tcp-flags SYN,RST SYN -j TOS --set-tos 4 iptables -t mangle -A QOS-OUT -p tcp --tcp-flags SYN,RST SYN -j MARK --set-mark $qossettings{'ACK'}
hooks/post-receive -- IPFire 2.x development tree