]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: action: add a function to dump the list of actions for a ruleset
authorWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2022 09:19:22 +0000 (11:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2022 09:19:22 +0000 (11:19 +0200)
commit2100b383ab849ae88090909b1654afdf87aa7885
tree791b7c3fb2bdad6f74785b8e15f9504fcba4bd4f
parent3ff476e9efd44fac747cc1049ecef486519a1554
MINOR: action: add a function to dump the list of actions for a ruleset

The new function dump_act_rules() now dumps the list of actions supported
by a ruleset. These actions are alphanumerically sorted first so that the
produced output is easy to compare.
include/haproxy/action.h
src/action.c