From f2e9e908c016c585bbdebcb8dbfda93a362ad776 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 12 Jan 2021 12:03:01 +0000 Subject: [PATCH] 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 --- src/initscripts/system/firewall | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5