commit | 7267f78ebeced002bcbf0c9a4a631f2797da229f | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Feb 01 16:08:50 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Feb 01 17:33:06 2022 +0100 |
tree | 49c2292c8d6f30e2cda7476cfb0e94d5ebe65c48 | |
parent | fed93d367c13c8c79e452837ec64389bc8061b5b [diff] |
MINOR: mworker/cli: set expert/experimental mode from the CLI Allow to set the master CLI in expert or experimental mode. No command within the master are unlocked yet, but it gives the ability to send expert or experimental commands to the workers. echo "@1; experimental-mode on; del server be1/s2" | socat /var/run/haproxy.master - echo "experimental-mode on; @1 del server be1/s2" | socat /var/run/haproxy.master -