firewall: Remove option to disable the SIP ALG

This commit is contained in:
Michael Tremer
2015-04-22 18:13:56 +02:00
parent b1109b8af5
commit a235f22952

View File

@@ -431,13 +431,6 @@ case "$1" in
(exit ${failed})
evaluate_retval
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"
iptables_init
evaluate_retval