commit | 803685fa1239d2b1537973c300dd74ff814e5693 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 02 23:17:27 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 02 23:31:33 2013 +0100 |
tree | 22e0dc4f19ae2efb4342120bfacd31e9c0a361a4 | |
parent | 6f8fe310cffd6174bcf2f0c9ed1da8e7071f63e1 [diff] |
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.