]> git.ipfire.org Git - thirdparty/bind9.git/commit
add "rndc fetchlimit" to show fetchlimited servers
authorEvan Hunt <each@isc.org>
Thu, 26 May 2022 09:33:52 +0000 (02:33 -0700)
committerEvan Hunt <each@isc.org>
Thu, 7 Jul 2022 02:46:20 +0000 (19:46 -0700)
commit617589747854f07a570ff459deeae2e082f36efb
tree6627d57541b06a4926114938a8eaf7ff20ef163e
parent7cac4ca03ce24c2feded11f34bb5f53e1b6e2550
add "rndc fetchlimit" to show fetchlimited servers

this command runs dns_adb_dumpquota() to display all servers
in the ADB that are being actively fetchlimited by the
fetches-per-server controls (i.e, servers with a nonzero average
timeout ratio or with the quota having been reduced from the
default value).

the "fetchlimit" system test has been updated to use the
new command to check quota values instead of "rndc dumpdb".
bin/named/control.c
bin/named/include/named/control.h
bin/named/include/named/server.h
bin/named/server.c
bin/rndc/rndc.rst
bin/tests/system/fetchlimit/tests.sh
doc/man/rndc.8in
lib/dns/adb.c
lib/dns/include/dns/adb.h