commit | ab40792af6b81e45e632b5c14d396aba4efb4cde | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 06 11:41:10 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 06 11:45:45 2021 +0200 |
tree | c349f944b0a39c0cf80e87281739411aef20144e | |
parent | 9547338fb4a4dda6aee428ee40aacf09ea2607b2 [diff] |
BUG/MINOR: cli: fix server name output in "show fd" A server name was displayed as <srv>/<proxy> instead of the reverse. It only confuses diagnostics. This was introduced by commit 7a4a0ac71 ("MINOR: cli: add a new "show fd" command") so this fix can be backport down to 1.8. (cherry picked from commit dfb34a8f87cacc1ced48f555ab74b6630ce4bb08) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>