commit | 6fb8192b28a90d75cb1c40f8ad472c72ff335a66 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Mon Aug 14 16:35:45 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 18 11:25:41 2017 +0200 |
tree | aca8d2403ce66f6daebcb7aaee86314b05c427a1 | |
parent | 7d2a12662bec18e4a5b2b59c6174da07d2faa29f [diff] |
MINOR: dns: enable caching of responses for server set by a SRV record The function srv_set_fqdn() is used to update a server's fqdn and set accordingly its DNS resolution. Current implementation prevents a server whose update is triggered by a SRV record from being linked to an existing resolution in the cache (if applicable). This patch aims at fixing this.