commit | ff88efbd7a187bee28f26eeea432e807f3798851 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 03 16:00:57 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 11:36:12 2017 +0100 |
tree | 12ea933f82e1fc70167af3ae15e879a096a10122 | |
parent | 344c4ab6a9b3b39aa3593ac46bd746d13ee99b9b [diff] |
BUG/MINOR: dns: Fix CLI keyword declaration The cli command to show resolvers stats is in conflict with the command to show proxies and servers stats. When you use the command "show stat resolvers [id]", instead of printing stats about resolvers, you get the stats about all proxies and servers. Now, to avoid conflict, to print resolvers stats, you must use the following command: show resolvers [id] This patch must be backported in 1.7.