]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods
authorWilly Tarreau <w@1wt.eu>
Mon, 7 May 2012 19:36:48 +0000 (21:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 19:28:15 +0000 (21:28 +0200)
commit22bca6140497780ae729ef7cb5c6490c8c10d1ba
tree9c0a7e5e4fc9c4eed5bbb976f294fa6e90b358d5
parentbbebbbff83255af915efa7dfe2e40a01676e519c
MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods

These methods have been superseded by src and dst which support
multiple families. There is no point keeping them since they appeared
in a development version anyway.

For configurations using "src6", please use "src" instead. For "dst6",
use "dst" instead.
doc/configuration.txt
src/proto_tcp.c