]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: Assign session addresses when NetScaler CIP proto is parsed
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Oct 2021 06:23:22 +0000 (08:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:35:59 +0000 (11:35 +0200)
commite83e8821bb3d2ae60e653293aeb953828cf3ce29
tree99d3412663382f3a852705e505f92e6c59d8717f
parentc105c9213fadcf0f43cb20a08a90084bca18ce35
MEDIUM: connection: Assign session addresses when NetScaler CIP proto is parsed

Just like for the PROXY protocol, when the NetScaler Client IP insertion
header is received, the retrieved client source and destination addresses
are set at the session level. This leaves those at the connection level
intact.
src/connection.c