]> git.kaiwu.me - haproxy.git/commit
MINOR: proxy: define a basic "del backend" CLI
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 6 Jan 2026 10:40:05 +0000 (11:40 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 27 Feb 2026 09:28:24 +0000 (10:28 +0100)
commit08623228a16f7609d9b76806f321a98df0816784
treee544300547a356df98788e54ab8a9caa165c91eb
parentd166894fef055fee323216733c92945739c3ae97
MINOR: proxy: define a basic "del backend" CLI

Add "del backend" handler which is restricted to admin level. Along with
it, a new function be_check_for_deletion() is used to test if the
backend is removable.
doc/management.txt
include/haproxy/proxy.h
src/proxy.c