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:
parent
c93846d03b
commit
c4b9bef3c5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue