]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: filters: extend flt_dump_kws() to dump to stdout
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Mar 2022 13:03:09 +0000 (15:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Mar 2022 16:01:37 +0000 (18:01 +0200)
commit3b65e148421be007ce867bed5f32cdd9d3a58d65
tree563b464acd86793cb3c25e31de8d0d55056d589c
parentca1acd60808b6c8b6875cdc8300e546c069b3c77
MINOR: filters: extend flt_dump_kws() to dump to stdout

When passing a NULL output buffer the function will now dump to stdout
with a more compact format that is more suitable for machine processing.

An entry was added to dump_registered_keyword() to call it when the
keyword class "flt" is requested.
src/filters.c
src/haproxy.c