CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx
authorWilly Tarreau <w@1wt.eu>
Tue, 3 May 2022 09:35:07 +0000 (11:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:35 +0000 (18:13 +0200)
commit3c69e08e965dfa5198f639f31dcb4da5ab553595
treec9b1fe4d6a208caf06c6bb19d71febfd13dfa6cc
parent0fd8f0e23609f1ac466199d75cf9308649aa0f2c
CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx

This makes use of the generic command context allocation so that the
appctx doesn't have to declare a specific one anymore. The context is
created during parsing. The code also uses st2 which deserves being
addressed in separate commit.
include/haproxy/applet-t.h
src/stick_table.c