]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] backend: risk of picking a wrong port when mapping is used with crossed families
authorWilly Tarreau <w@1wt.eu>
Sat, 27 Aug 2011 10:07:49 +0000 (12:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 Aug 2011 10:07:49 +0000 (12:07 +0200)
commit542a31d6c3f092d5073c029b1e218f1ab9407b44
treefa048a4abf020cc4fb34e533b5840fd7c16bed64
parent48da04a6af9325a3ff379ea7d313c80233bfb8d6
[BUG] backend: risk of picking a wrong port when mapping is used with crossed families

A similar issue as the previous one causes port mapping to fail in some
combinations of client and server address families. Using the macros fixes
the issue.
src/backend.c