From: Michael Tremer Date: Thu, 24 Jun 2021 17:44:35 +0000 (+0000) Subject: firewall: Remove unused CONNTRACK chain in raw table X-Git-Tag: v2.27-core162~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91a29ffc1607a430ad0b00d0559e3d55bdfad601;p=ipfire-2.x.git firewall: Remove unused CONNTRACK chain in raw table Signed-off-by: Michael Tremer Acked-by: Peter Müller --- diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall index 776e70d6ee..75ea8abdfe 100644 --- a/src/initscripts/system/firewall +++ b/src/initscripts/system/firewall @@ -112,8 +112,6 @@ iptables_init() { iptables -A CONNTRACK -m conntrack --ctstate ESTABLISHED -j ACCEPT iptables -A CONNTRACK -m conntrack --ctstate INVALID -j DROP iptables -A CONNTRACK -p icmp -m conntrack --ctstate RELATED -j ACCEPT - iptables -t raw -N CONNTRACK - iptables -t raw -A PREROUTING -j CONNTRACK # Restore any connection marks iptables -t mangle -A PREROUTING -j CONNMARK --restore-mark