]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: backend: fix target address retrieval in transparent mode
authorWilly Tarreau <w@1wt.eu>
Sun, 1 Dec 2013 20:46:24 +0000 (21:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 1 Dec 2013 20:46:24 +0000 (21:46 +0100)
commit1903acdf3ad70228b7760505c666b754bf86db47
treef094ba9579e487f032d00e10dc6adff7b5d8af12
parent830bf618154e6dcf946d53d6806ad191ab5f9c44
BUG/MINOR: backend: fix target address retrieval in transparent mode

A very old bug resulting from some code refactoring causes
assign_server_address() to refrain from retrieving the destination
address from the client-side connection when transparent mode is
enabled and we're connecting to a server which has address 0.0.0.0.

The impact is low since such configurations are unlikely to ever
be encountered. The fix should be backported to older branches.
src/backend.c