]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] IPv6 support for stick-tables
authorDavid du Colombier <dducolombier@exceliance.fr>
Thu, 24 Mar 2011 10:09:31 +0000 (11:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Mar 2011 23:09:14 +0000 (01:09 +0200)
commit4f92d3200407e6db1401cadb0e68d0f2ab96554f
tree6e190a49e98f4cbdf1125732aaf6a040e56f4f1f
parentbe2e1d3ef40252984f908e37eb20850a98e635ea
[MEDIUM] IPv6 support for stick-tables

Since IPv6 is a different type than IPv4, the pattern fetch functions
src6 and dst6 were added. IPv6 stick-tables can also fetch IPv4 addresses
with src and dst. In this case, the IPv4 addresses are mapped to their
IPv6 counterpart, according to RFC 4291.
include/common/standard.h
include/proto/proto_tcp.h
include/types/pattern.h
include/types/stick_table.h
src/dumpstats.c
src/pattern.c
src/proto_tcp.c
src/session.c
src/standard.c
src/stick_table.c