]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: backend: Rely on addresses at stream level to init server connection
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Oct 2021 06:13:25 +0000 (08:13 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:35:59 +0000 (11:35 +0200)
commita8e95fed4326eaa601d34d434bb38db8d9f1aa0d
treea52398ae8097d7f1e96340fd82cb6aeab788cc01
parentb097aef2ef33e3c7fc9412065e9c5111d63f9a43
MEDIUM: backend: Rely on addresses at stream level to init server connection

Client source and destination addresses at stream level are used to initiate
the connections to a server. For now, stream-interface addresses are never
set. So, thanks to the fallback mechanism, no changes are expected with this
patch. But its purpose is to rely on addresses at the appropriate level when
set instead of those at the connection level.
src/backend.c