]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: server: add support for changing a server's address
authorBaptiste Assmann <bedis9@gmail.com>
Mon, 13 Apr 2015 23:13:07 +0000 (01:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Jun 2015 20:07:35 +0000 (22:07 +0200)
commit14e4014a485860892933e7c9ce0fb3c53c659e99
tree03383a80d4149e664ee0e46dfb4e6a43d5e700b5
parent9dd44ba5d672883a45f2dd9f715d3910b52fe941
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).
include/proto/server.h
src/server.c