commit | bef91e7144efe6ce65f627c0ae94af2e7593f7f5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 31 23:14:46 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 03 02:13:02 2013 +0200 |
tree | b8993daad59c33c74f13034bd139620e03e2f419 | |
parent | 93fddf1dbc27b0bf32c05f31d017652a160a7e4e [diff] |
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.