commit | 6a8d11dc8051f4fc40c9ab1266cd58367ea1ca19 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Wed Mar 10 12:22:18 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 12 17:41:28 2021 +0100 |
tree | b47718cee39fbb61a769c57c24deeef49c29f8e5 | |
parent | 77f860699c17426ee6e727fa07a287b32276f1dd [diff] |
MINOR: resolvers: new function find_srvrq_answer_record() This function search for a SRV answer item associated to a requester whose type is server. This is mainly useful to "link" a server to its SRV record when no additional record were found to configure the IP address. This patch is required by a bug fix.