]> git.kaiwu.me - haproxy.git/commit
[MINOR] use s->frt_addr as the server's address in transparent proxy
authorWilly Tarreau <w@1wt.eu>
Sat, 19 Jan 2008 12:46:35 +0000 (13:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Jan 2008 12:46:35 +0000 (13:46 +0100)
commitbd41428fee1a9cdf589a5b2be33e3e55b0e1046f
treec2e2bea5b9a2a4250fe7b5e79732e1598ea39aac
parentd6f087ea1ce589fb38817e9d81f37795a6bb70c5
[MINOR] use s->frt_addr as the server's address in transparent proxy

There's no point trying to check original dest addr with only one
method when doing transparent proxy as in full transparent mode,
the real destination address is required. Let's copy the one from
the frontend.
src/backend.c