]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: init: add -dr to ignore server address resolution failures
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Nov 2016 20:03:16 +0000 (21:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 14:33:52 +0000 (15:33 +0100)
commit3eed10e54b6b5efc698e65be9b1be963d6f42503
treee362456dc649af7f85ffeaecf88579bce028b954
parent6a031d1c9089645bf858d55c81c52036b95100a4
MINOR: init: add -dr to ignore server address resolution failures

It is very common when validating a configuration out of production not to
have access to the same resolvers and to fail on server address resolution,
making it difficult to test a configuration. This option simply appends the
"none" method to the list of address resolution methods for all servers,
ensuring that even if the libc fails to resolve an address, the startup
sequence is not interrupted.
doc/management.txt
include/types/global.h
src/haproxy.c
src/server.c