commit | 438b0f3f0fb5f0e221f72323247d914bdc182aeb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 10 22:29:06 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 12 16:59:59 2010 +0200 |
tree | 34d8936e68edf258a686ec74e9281af86bc0b9eb | |
parent | 3a93244ed8dfe6ef0f7be1360e8c5cb1f65a9042 [diff] |
[MINOR] acl trees: add flags and union members to store values in trees If we want to be able to match ACLs against a lot of possible values, we need to put those values in trees. That will only work for exact matches, which is normally just what is needed. Right now, only IPv4 and string matching are planned, but others might come later.