MINOR: connection: use src addr as parameter for srv conn hash
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Feb 2021 18:45:19 +0000 (19:45 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 12 Feb 2021 11:54:04 +0000 (12:54 +0100)
commitd10a200f62f873437952f9f021c5b4ea720bd887
tree63eb3416dcc5d60bb7255d28c168cbc436e58513
parentf7bdf00071c5838765fe20d6d5ab736ef9a94396
MINOR: connection: use src addr as parameter for srv conn hash

The source address is used as an input to the the server connection hash. The
address and port are used as separate hash inputs. Do not add anymore these
connections in the private list.

This parameter is set only if used in the transparent-proxy mode.
include/haproxy/connection-t.h
src/backend.c
src/connection.c
src/proto_tcp.c