]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cli: Allow multiple filter entries for "show table"
authorAdis Nezirovic <anezirovic@haproxy.com>
Thu, 16 Jan 2020 14:19:29 +0000 (15:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Jan 2020 13:33:17 +0000 (14:33 +0100)
commit1a693fc2fd0416c8f46be207d6e14a52868b20b7
tree844fa16580891ea7f043bf7e0aa38591560671d3
parent016797f6ab3a3670d0e192b7bad6c7f05b6d0325
MEDIUM: cli: Allow multiple filter entries for "show table"

For complex stick tables with many entries/columns, it can be beneficial
to filter using multiple criteria. The maximum number of filter entries
can be controlled by defining STKTABLE_FILTER_LEN during build time.

This patch can be backported to older releases.
doc/management.txt
include/common/defaults.h
include/types/applet.h
src/hlua_fcn.c
src/stick_table.c