commit | 19e8aa58f7c42e602a95b4ceb4b254c424aed11c | [log] [tgz] |
---|---|---|
author | Nenad Merdanovic <nmerdan@haproxy.com> | Tue Sep 05 15:32:47 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 05 15:52:58 2017 +0200 |
tree | a150ee605cc106a6d5c58270fbe07a7c9c250d79 | |
parent | ab62f51959ff79a3b193be6e5b44f74ed6885648 [diff] |
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.