]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: support using sample fetches directly in ACLs
authorWilly Tarreau <w@1wt.eu>
Sun, 31 Mar 2013 21:14:46 +0000 (23:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 00:13:02 +0000 (02:13 +0200)
commitbef91e7144efe6ce65f627c0ae94af2e7593f7f5
treeb8993daad59c33c74f13034bd139620e03e2f419
parent93fddf1dbc27b0bf32c05f31d017652a160a7e4e
MEDIUM: acl: support using sample fetches directly in ACLs

Now it becomes possible to directly use sample fetches as the ACL fetch
methods. In this case, the matching method is mandatory. This allows to
form more ACL combinations from existing fetches and will limit the need
for new ACLs when everything is available to form them from sample fetches
and matches.
doc/configuration.txt
src/acl.c