]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] transparent proxy address was ignored in backend
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2007 18:54:43 +0000 (19:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2007 18:54:43 +0000 (19:54 +0100)
commit4009f016c2bbbae10af6c8011d6890aaebe2fb90
tree192a7430c27e3fd72d05fa0ec58a1e3cb45927b9
parente5b77e82c772744abb3d03d52e53f77d6a37c364
[BUG] transparent proxy address was ignored in backend

When the "source x.x.x.x usesrc y.y.y.y" statement was present in a
backend, the y.y.y.y address was fetched from the server instead of
the backend.
src/backend.c