]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: implement bind_conf_find_by_name()
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 29 Oct 2025 10:43:33 +0000 (11:43 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 30 Oct 2025 09:37:42 +0000 (10:37 +0100)
commit1e2f920be6bf56216ab793487f9aa5406f23ef7e
tree55167ea87ec80a2aced5bda2930c30c773a96010
parent23f5cbb41101f81699b5c73befc93570129fdae9
MINOR: listener: implement bind_conf_find_by_name()

Returns a pointer to the first bind_conf matching <name> in a frontend
<front>.

When name is prefixed by a @ (@<filename>:<linenum>), it tries to look
for the corresponding filename and line of the configuration file.

NULL is returned if no match is found.
include/haproxy/listener.h
src/listener.c