MINOR: stream: Use backend stream-interface dst address instead of target_addr
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 07:34:56 +0000 (09:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:35:59 +0000 (11:35 +0200)
commit16f16afb31367b948bbab9ae1f5f99ad6c6e7f3a
tree6f45b36bd1bc1153679055cf6902a9bced932e21
parente1f3b547a10070c3a2b71f30bd7e3d337999e1ef
MINOR: stream: Use backend stream-interface dst address instead of target_addr

target_addr field in the stream structure is removed. The backend
stream-interface destination address is now used.
include/haproxy/stream-t.h
src/backend.c
src/cli.c
src/dns.c
src/hlua.c
src/http_client.c
src/peers.c
src/sink.c
src/stream.c