MEDIUM: mworker: proxy for the master CLI
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Oct 2018 12:47:35 +0000 (14:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2018 12:51:39 +0000 (13:51 +0100)
commit8a02257d88276e2f2f10c407d2961995f74a192c
tree625160d0344e6de9cd5886bcbdc2f0a8c32ed637
parent6e0db2fa9967814c781ed682def8bf79add3c9c2
MEDIUM: mworker: proxy for the master CLI

This patch implements a listen proxy within the master. It uses the
sockpair of all the workers as servers.

In the current state of the code, the proxy is only doing round robin on
the CLI of the workers. A CLI mode will be needed to know to which CLI
send the requests.
include/proto/cli.h
src/cli.c
src/haproxy.c