From: Michael Tremer Date: Tue, 12 Jan 2021 12:03:01 +0000 (+0000) Subject: firewall: No longer try to load nf_conntrack_proto_gre X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bc9ff452ec25f76e32d198d271aa782704d9095;p=people%2Fms%2Fipfire-2.x.git firewall: No longer try to load nf_conntrack_proto_gre The module has been moved into the kernel and is always active. Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall index 65f1c979bb..cebd487bd9 100644 --- a/src/initscripts/system/firewall +++ b/src/initscripts/system/firewall @@ -100,9 +100,6 @@ iptables_init() { # Conntrack helpers (https://home.regit.org/netfilter-en/secure-use-of-helpers/) - # GRE (always enabled) - modprobe nf_conntrack_proto_gre - # SIP if [ "${CONNTRACK_SIP}" = "on" ]; then modprobe nf_nat_sip