commit | cb8bf17900af14ff8b3e414dd274010663d51a56 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 03 14:26:31 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:35 2022 +0200 |
tree | ede6d50a0da32282bd500dd0b752c4ddc783826d | |
parent | c7e9706e0f3faff16a63c2fd9e6f7b0ef9914262 [diff] |
CLEANUP: peers/cli: take the "show peers" 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.