commit | ae8b7967220ace6c9580787d879c51e163cc9a44 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jun 09 23:10:04 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 09 23:10:04 2007 +0200 |
tree | 342a92ef0f3426e723da9d48861941129f68f2c3 | |
parent | a3503e0b5a984164ae71b007871a9d7d5c6825b0 [diff] |
[MEDIUM] smarter integer comparison support in ACLs ACLs now support operators such as 'eq', 'le', 'lt', 'ge' and 'gt' in order to give more flexibility to the language. Because of this change, the 'dst_limit' keyword changed to 'dst_conn' and now requires either a range or a test such as 'dst_conn lt 1000' which is more understandable.