]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: dns: Fix CLI keyword declaration
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Oct 2017 14:00:57 +0000 (16:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commitff88efbd7a187bee28f26eeea432e807f3798851
tree12ea933f82e1fc70167af3ae15e879a096a10122
parent344c4ab6a9b3b39aa3593ac46bd746d13ee99b9b
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.
src/dns.c