]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-tables: support automatic conversion from ipv4<->ipv6
authorWilly Tarreau <w@1wt.eu>
Mon, 2 Dec 2013 22:17:27 +0000 (23:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Dec 2013 22:31:33 +0000 (23:31 +0100)
commit803685fa1239d2b1537973c300dd74ff814e5693
tree22e0dc4f19ae2efb4342120bfacd31e9c0a361a4
parent6f8fe310cffd6174bcf2f0c9ed1da8e7071f63e1
MEDIUM: stick-tables: support automatic conversion from ipv4<->ipv6

Make the stick-table key converter automatically adapt to the address
family of the input sample. Samples such as "src" will return an address
with a sample type depending on the input family. We'll have to support
such combinations when we add support for maps because the output type
will not necessarily be fixed.
src/stick_table.c