]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state...
authorBaptiste Assmann <bedis9@gmail.com>
Mon, 2 Jul 2018 15:00:54 +0000 (17:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Sep 2018 15:40:22 +0000 (17:40 +0200)
commit6d0f38f00dd7191f8502cfd0b6c96399370b786b
tree3c9e63272c6328fb15cac9227a0bb36c8c363294
parent233afc70ba64bf6b4248774a866dfb15a35942ad
BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file

Server state file has no indication that a server is currently managed
by a DNS SRV resolution.
And thus, both feature (DNS SRV resolution and server state), when used
together, does not provide the expected behavior: a smooth experience...

This patch introduce the "SRV record name" in the server state file and
loads and applies it if found and wherever required.

This patch applies to haproxy-dev branch only. For backport, a specific patch
is provided for 1.8.
doc/management.txt
include/types/server.h
src/proxy.c
src/server.c