]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] stick-tables did not work when converting IPv6 to IPv4
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Apr 2011 08:50:19 +0000 (10:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 Apr 2011 08:53:30 +0000 (10:53 +0200)
commit442452034e1a3bed25201af033847a59b60748e9
treef7f7e8c87ce01a74dbff4891d7f4623fdff110f9
parentc9f6011760b2e829421c4b57f9b04169734a2cb4
[BUG] stick-tables did not work when converting IPv6 to IPv4

A stick-table of type IPv6 would store a wrong IPv4 address as the
result of an IPv6 to IPv4 conversion. This bug was introduced in
1.5-dev5.
src/stick_table.c