BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file
authorNenad Merdanovic <nmerdan@haproxy.com>
Tue, 5 Sep 2017 13:32:47 +0000 (15:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2017 13:52:58 +0000 (15:52 +0200)
commit19e8aa58f7c42e602a95b4ceb4b254c424aed11c
treea150ee605cc106a6d5c58270fbe07a7c9c250d79
parentab62f51959ff79a3b193be6e5b44f74ed6885648
BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file

Historically the DNS was the only way of updating the server IP dynamically
and the init-addr processing and state file load required the server to have
an FQDN defined. Given that we can now update the IP through the socket as
well and also can have different init-addr values (like IP and 'none') - this
requirement needs to be removed.

This patch should be backported to 1.7.
src/server.c