commit | 14e4014a485860892933e7c9ce0fb3c53c659e99 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Tue Apr 14 01:13:07 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 13 22:07:35 2015 +0200 |
tree | 03383a80d4149e664ee0e46dfb4e6a43d5e700b5 | |
parent | 9dd44ba5d672883a45f2dd9f715d3910b52fe941 [diff] |
MEDIUM: server: add support for changing a server's address Ability to change a server IP address during HAProxy run time. For now this is provided via function update_server_addr() which currently is not called. A log is emitted on each change. For now we do it inconditionally, but later we'll want to do it only on certain circumstances, which explains why the logging block is enclosed in if(1).