Hello, We are using "rate limiting" config such as the one mentioned below:
backend foo stick-table type ip size 200k expire 30s store conn_rate(60s) tcp-request content track-sc1 src http-request deny deny_status 429 if { src_conn_rate ge 42000 } While giving a try to v2.0 we are getting "missing table name in arg 1 of ACL keyword 'src_conn_rate' in" Did I missed something in the breaking changes of 2.0? https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#7.3.3-src_conn_rate "Returns the average connection rate from the incoming connection's source address in the current proxy's stick-table or in the designated stick-table" + https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#stick-table Thanks, -- William