commit | e283ee626573439a0fedd05186c34ec87844827d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 12 15:00:57 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 12 19:09:19 2021 +0100 |
tree | 64bfaee7e6ebb70fa1cd807e1e735a8220d86ee9 | |
parent | 44511502518db3f179e4267ea340633ddce3bd55 [diff] |
MINOR: cli: set the ACCESS_MASTER* bits on the master bind_conf Right now the code is a bit hackish, it tests for the keyword's level flags but checks the applet's origin to compare the bits. Let's start by properly setting the ACCESS_MASTER_ONLY and ACCESS_MASTER flags on the master CLI's bind_conf so that they are automatically present all the time.