mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
firewall: remove conntrack_gre helper
this is not exist in kernel-5.10 Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -98,11 +98,6 @@ iptables_init() {
|
||||
iptables -t raw -N CONNTRACK
|
||||
iptables -t raw -A PREROUTING -j CONNTRACK
|
||||
|
||||
# Conntrack helper (https://home.regit.org/netfilter-en/secure-use-of-helpers/)
|
||||
|
||||
# GRE (always enabled)
|
||||
modprobe nf_conntrack_proto_gre
|
||||
|
||||
# Fix for braindead ISPs
|
||||
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user