]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: implement payload and payload_lv
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Apr 2012 16:46:33 +0000 (18:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:17 +0000 (20:57 +0200)
commit0ce3aa0c660991804f3a656126bfb09be7bcbf26
tree6d7d4ad2d1888bfd9e15c25f009a278fcf672923
parent4a12981c6842307259d4783db185c6a74a846075
MEDIUM: acl: implement payload and payload_lv

These ones were easy to adapt to ACL usage and may really be useful,
so let's make them available right now. It's likely that some extension
such as regex, string-to-IP and raw IP matching will be implemented in
the near future.
doc/configuration.txt
src/proto_tcp.c