commit | b418c1228cc13d3c26ff95ea1b617e7f35fa9d4e | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Apr 26 11:24:02 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 03 06:58:53 2017 +0200 |
tree | 5e2e43cc8a7f9b7d6477fa5fb5c3387ab34409ca | |
parent | b7a6d0d8d781f8917709e9c111fe18877193147d [diff] |
MINOR: server: cli: Add server FQDNs to server-state file and stats socket. This patch adds a new stats socket command to modify server FQDNs at run time. Its syntax: set server <backend>/<server> fqdn <FQDN> This patch also adds FQDNs to server state file at the end of each line for backward compatibility ("-" if not present).