commit | 47060b6ae03cbd83df465cefa885521058d76dfe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 01 21:11:42 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 01 21:17:19 2013 +0200 |
tree | 3c5a5cd6b7f0733c538e4bfe52325921775d09d7 | |
parent | ce54d1b9f2fdd250d864055a9db34f4a6315d37d [diff] |
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).