]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: implement unpublished backend keyword
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 6 Jul 2026 13:51:41 +0000 (15:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 3 Aug 2026 14:52:09 +0000 (16:52 +0200)
commit6e2fb9ba936db946c2c679ff11f4b6e1e305d792
tree3b490d6056238b69e85d193c435e4f49bcd30c25
parentd705d3ba103d312d4b3e01f237ba3daa118f3c78
MINOR: proxy: implement unpublished backend keyword

Add a new "unpublished" proxy keyword. This allows to start a backend
instance in unpublished state. This can be reverted via "publish
backend" on the CLI.

This keyword is restricted to backend and listen sections.

This patch is a simple feature implementation, however it can be
considered as a must-have when using dynamic backends. As such, it
should be backported up to 3.4.
doc/configuration.txt
reg-tests/stream/test_content_switching.vtc
src/proxy.c