[MEDIUM] smarter integer comparison support in ACLs
authorWilly Tarreau <w@1wt.eu>
Sat, 9 Jun 2007 21:10:04 +0000 (23:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 9 Jun 2007 21:10:04 +0000 (23:10 +0200)
commitae8b7967220ace6c9580787d879c51e163cc9a44
tree342a92ef0f3426e723da9d48861941129f68f2c3
parenta3503e0b5a984164ae71b007871a9d7d5c6825b0
[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.
doc/haproxy-en.txt
doc/haproxy-fr.txt
include/proto/acl.h
include/types/acl.h
src/acl.c
src/client.c
src/proto_http.c