Set net.ipv4.vs.sloppy_tcp=1

Needed if taking over packets for a connection that was established via
another node.
This commit is contained in:
Patrik Lundin 2024-10-29 08:29:21 +01:00
parent c93846d03b
commit c4b9bef3c5
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -0,0 +1,5 @@
# Allow non-SYN packets to be accepted for a IPVS service.
# Needed if another l4lb has been taken down and routers are now sending us
# packets for existing connections that was previously handled by the other
# node.
net.ipv4.vs.sloppy_tcp=1