From: Remi Gacogne Date: Fri, 8 Jan 2016 08:56:04 +0000 (+0100) Subject: dnsdist: add topSlow() to the completion rules X-Git-Tag: dnsdist-1.0.0-alpha2~109^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3191%2Fhead;p=thirdparty%2Fpdns.git dnsdist: add topSlow() to the completion rules Closes #3188. --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 70b1276a03..e5aa6e2829 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -211,7 +211,8 @@ char* my_generator(const char* text, int state) "showDNSCryptBinds()", "showDynBlocks()", "showResponseLatency()", "showRules()", "showServerPolicy()", "showServers()", "shutdown()", "SpoofAction(", "TCAction(", "testCrypto()", "topBandwidth(", "topClients(", - "topQueries(", "topResponses(", "topRule()", "truncateTC(", + "topQueries(", "topResponses(", "topRule()", "topSlow(", + "truncateTC(", "webserver(", "whashed", "wrandom" }; static int s_counter=0; int counter=0;