commit | 88afe037788857592a15d18a0030856fe5491624 | [log] [tgz] |
---|---|---|
author | Nenad Merdanovic <nimzo@nimzo.info> | Mon Apr 14 15:56:58 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 14 15:56:58 2014 +0200 |
tree | e345e8c9dd299ab8ff0643df63da55cb4911cd1b | |
parent | 914c0d67b21d338ae332a4e75325513abbaa81fe [diff] |
BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO When compiled with USE_GETADDRINFO, make sure we use getaddrinfo(3) to perform name lookups. On default dual-stack setups this will change the behavior of using IPv6 first. Global configuration option 'nogetaddrinfo' can be used to revert to deprecated gethostbyname(3).