]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats/cli: add support for "set table key" to enter values
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Jun 2012 23:03:16 +0000 (01:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:07 +0000 (21:51 +0200)
commit654694e1890f4103b0ca3c18ce58819aa4fde811
tree66383983067f4543dc587b8296f22fe64190d43f
parentdec9814e74e8705ac04e375d5613e225dd59c22e
MEDIUM: stats/cli: add support for "set table key" to enter values

This is used to enter values for stick tables. The most likely usage
is to set gpc0 for a specific IP address in order to block traffic
for abusers without having to reload. Since all data types are
supported, other usages are possible (eg: replace a users's assigned
server).
doc/configuration.txt
include/proto/dumpstats.h
src/dumpstats.c