commit | 3c69e08e965dfa5198f639f31dcb4da5ab553595 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 03 11:35:07 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:35 2022 +0200 |
tree | c9b1fe4d6a208caf06c6bb19d71febfd13dfa6cc | |
parent | 0fd8f0e23609f1ac466199d75cf9308649aa0f2c [diff] |
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.