commit | c6c96c188336b2b95d5f14facd101f1e4165a9d3 | [log] [tgz] |
---|---|---|
author | Alexander Frolkin <avf@eldamar.org.uk> | Thu Jun 13 08:56:15 2013 +0100 |
committer | Simon Horman <horms@verge.net.au> | Wed Jun 26 18:01:46 2013 +0900 |
tree | df08ce0348f8471f9e48487a9ab775237190648e | |
parent | bba54de5bdd107d3841b560f1a9cb0ed06e79533 [diff] |
ipvs: sloppy TCP and SCTP This adds support for sloppy TCP and SCTP modes to IPVS. When enabled (sysctls net.ipv4.vs.sloppy_tcp and net.ipv4.vs.sloppy_sctp), allows IPVS to create connection state on any packet, not just a TCP SYN (or SCTP INIT). This allows connections to fail over from one IPVS director to another mid-flight. Signed-off-by: Alexander Frolkin <avf@eldamar.org.uk> Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>