commit | 9a3f849371d1739fac5a922af0d90db1b192085c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 18 19:53:25 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 10 18:04:12 2010 +0200 |
tree | 8802e469365c2efdef2921a60ab14ce8c3ab1c17 | |
parent | 855e4bbcc7783ec6e98076646add557fe4f3bef3 [diff] |
[MINOR] session: add the trk_conn_cnt ACL keyword to track connection counts Most of the time we'll want to check the connection count of the criterion we're currently tracking. So instead of duplicating the src* tests, let's add trk_conn_cnt to report the total number of connections from the stick table entry currently being tracked. A nice part of the code was factored, and we should do the same for the other criteria.