Re: comparing stick-table values in acl

2019-12-07 Thread Chad Lavoie
Greetings, On 12/7/2019 4:48 PM, Björn Jacke wrote: Hi, I would like to compare two different stick-table values in an ACL. What I tried to do was an obvious comparison like this: http-request deny if { sc_conn_rate(0) le sc_http_req_rate(1) } The following should do what you seek: http-r

stable-bot: INFO: 2 bug fixes in queue for next release - 1.8

2019-12-07 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses t

stable-bot: NOTICE: 11 bug fixes in queue for next release - 1.9

2019-12-07 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses t

stable-bot: NOTICE: 13 bug fixes in queue for next release - 2.0

2019-12-07 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses t

comparing stick-table values in acl

2019-12-07 Thread Björn Jacke
Hi, I would like to compare two different stick-table values in an ACL. What I tried to do was an obvious comparison like this: http-request deny if { sc_conn_rate(0) le sc_http_req_rate(1) } but this results in: [ALERT] 340/213554 (9804) : parsing [/etc/haproxy/haproxy.cfg:203] : error det