From 99e755d673e1e4bdfe9a27418510c083c0aa4e87 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 26 May 2025 07:38:11 +0200 Subject: [PATCH] MINOR: listeners: Add support for a label on bind line It is now possile to set a label on a bind line. All sockets attached to this bind line inherits from this label. The idea is to be able to groud of sockets. For now, there is no mechanism to create these groups, this must be done by hand. --- doc/configuration.txt | 4 ++++ include/haproxy/listener-t.h | 2 +- src/listener.c | 30 ++++++++++++++++++++++++++++++ src/proxy.c | 1 + 4 files changed, 36 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index cb94e2ff6..832948ad4 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -16698,6 +16698,10 @@ interface client IP addresses need to be able to reach frontends hosted on different interfaces. +label