]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: dns: make debugging function dump_dns_config() compatible with SRV records
authorBaptiste Assmann <bedis9@gmail.com>
Sat, 12 Aug 2017 09:16:55 +0000 (11:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Aug 2017 09:25:25 +0000 (11:25 +0200)
commita644aa8e395a9955c19ac56c9dbcbbd49e2db30c
treeb034a2873d788f80b843b9737331092556733bef
parent20433271709517c5988ef28d6145f2cfe0e61a74
MINOR: dns: make debugging function dump_dns_config() compatible with SRV records

This function is particularly useful when debugging DNS resolution at
run time in HAProxy.
SRV records must be read differently, hence we have to update this
function.
src/dns.c