I'm having trouble getting a rand acl to pass the configuration test. When
did rand show up? I don't see mention of it here:
http://haproxy.1wt.eu/download/1.5/src/CHANGELOG

I'm running 1.5-dev22-1a34d57

Error message:
unknown fetch method 'rand' in ACL expression 'rand()

config line:
acl test_rand rand() ge 10

I've tried a few others:
acl test_rand rand ge 10
acl test_rand rand(100) ge 10

Reply via email to