commit | c92ddbc37d5726d19b7a7f35065be3780fb0c4f1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 27 22:10:57 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:21 2012 +0200 |
tree | db32332dd76d9fb87bf81473c6c74a02c89cab09 | |
parent | cd3b094618232465a25f870bc76ba3dcee7b4a90 [diff] |
MINOR: acl: add types to ACL patterns We cannot currently match IPv6 addresses in ACL simply because we don't support types on the patterns. Let's introduce this notion. For now, we rely on the SMP_TYPES though it doesn't seem like it will last forever given that some types are not present there (eg: regex, meth). Still it should be enough to support mixed matchings for most types. We use the special impossible value SMP_TYPES for types that don't exist in the SMP_T_* space.