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 0f1c4de9a91669e149efb3e631c4b4acc71660f9 (commit) from 6ee77762b57341c8e6e55fe114b1639495e86d1b (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 0f1c4de9a91669e149efb3e631c4b4acc71660f9 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Nov 4 14:46:30 2011 +0100
Don't load H323 conntrack modules by default.
This happens to cause trouble with transmitting the audio through an IPsec tunnel.
http://forum.ipfire.org/index.php?topic=5459.0
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/network | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/network b/src/initscripts/init.d/network index 5542214..9de3994 100644 --- a/src/initscripts/init.d/network +++ b/src/initscripts/init.d/network @@ -31,6 +31,8 @@ init_networking() { if [ -e /var/ipfire/main/disable_nf_sip ]; then rmmod nf_nat_sip rmmod nf_conntrack_sip + rmmod nf_nat_h323 + rmmod nf_conntrack_h323 fi
boot_mesg "Setting up firewall"
hooks/post-receive -- IPFire 2.x development tree