commit | c9c8e1cc015732c4536947d53a7d2c9542d12b4d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 22 17:39:06 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:34:21 2021 +0200 |
tree | 722dadf19dd3605c6a4af88c9affd68f4c15a4b0 | |
parent | 859ff84f8ced8bf669ca001ba3ce253bba504e8c [diff] |
MINOR: frontend: Rely on client src and dst addresses at stream level For now, stream-interface or session addresses are never set. So, thanks to the fallback mechanism, no changes are expected with this patch. But its purpose is to rely on the client addresses at the stream level, when set, instead of those at the connection level. The addresses are retrieved from the frontend stream-interface.