Hi Willy and Cory, Le mardi 15 mars 2011 22:17:50, Willy Tarreau a écrit : > > Whether I use "src_conn_cur" or sc1_conn_cur, with or without the table > > argument, this does not work. No matter how many concurrent connections > > per ip in the stick table, they never get denied. > > > > Any suggestions? > > At first glance, I cannot spot anything wrong.
I think there's a bug in the function acl_fetch_src_conn_cur() : its code contains return acl_fetch_conn_cnt(...) where it probably should be return acl_fetch_conn_cur(...) Sorry, I can't test it tonight but maybe this can help you. -- Cyril Bonté

