commit | a8e95fed4326eaa601d34d434bb38db8d9f1aa0d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 25 08:13:25 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:35:59 2021 +0200 |
tree | a52398ae8097d7f1e96340fd82cb6aeab788cc01 | |
parent | b097aef2ef33e3c7fc9412065e9c5111d63f9a43 [diff] |
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.