]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: action: add a new ACT_F_CLI_PARSER origin designation
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 14:36:44 +0000 (15:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 15:34:53 +0000 (16:34 +0100)
commit2f836de100ee0346b0360dd64c1e29aab3d05cfb
treecf133cd03e3f174bb941e3b37b1d92e8a66d30bf
parentdb5e0dbea968a970de4cfd1acb98613ee31cf175
MINOR: action: add a new ACT_F_CLI_PARSER origin designation

In order to process samples from the command line interface we'll need
rules as well, and these rules will have to be marked as coming from
the CLI parser. This new origin is used for this.
include/haproxy/action-t.h
src/vars.c