]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: permit to start a bind on multiple groups at once
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Feb 2023 15:42:32 +0000 (16:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Apr 2023 15:41:26 +0000 (17:41 +0200)
commit09b52d1c3de809a030061db0d4335f31dd2f4bdd
tree2dc54eef544b3ea7aa90c0b7e16f2581b4a49d9a
parent09e266e6f551daa6ed3cacfb59335d221cf7c83d
MEDIUM: config: permit to start a bind on multiple groups at once

Now it's possible for a bind line to span multiple thread groups. When
this happens, the first one will become the reference and will be entirely
set up, and the subsequent ones will be duplicated from this reference,
so that they can be registered in distinct groups. The reference is
always setup and started first so it is always available when the other
ones are started.

The doc was updated to reflect this new possibility with its limitations
and impacts, and the differences with the "shards" option.
doc/configuration.txt
src/cfgparse.c