]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 14:26:39 +0000 (16:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commitd139138bbc12bdf6bfd182ea5afb0cfee01c0e9e
treed6d2f88f7bebd8560961a6c92471f74384dec912
parenta728518c15be3786eba980e82cfa4718688c2a6a
MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead

Flag to get the source ip/port with getsockname is now handled at the stream
level. Thus SI_FL_SRC_ADDR stream-int flag is replaced by SF_SRC_ADDR stream
flag.
dev/flags/flags.c
include/haproxy/stream-t.h
include/haproxy/stream_interface-t.h
include/haproxy/stream_interface.h
src/backend.c