]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: make it possible to enter multiple values at once with "set table"
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Aug 2013 19:11:42 +0000 (21:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Aug 2013 19:17:19 +0000 (21:17 +0200)
commit47060b6ae03cbd83df465cefa885521058d76dfe
tree3c5a5cd6b7f0733c538e4bfe52325921775d09d7
parentce54d1b9f2fdd250d864055a9db34f4a6315d37d
MINOR: cli: make it possible to enter multiple values at once with "set table"

The "set table" statement allows to create new entries with their respective
values. Till now it was limited to a single data type per line, requiring as
many "set table" statements as the desired data types to be set. Since this
is only a parser limitation, this patch gets rid of it. It also allows the
creation of a key with no data types (all reset to their default values).
doc/configuration.txt
include/common/defaults.h
src/dumpstats.c