]> git.ipfire.org Git - thirdparty/bind9.git/commit
Extend dns_db_nodecount to access auxilary rbt node counts
authorMark Andrews <marka@isc.org>
Wed, 20 Oct 2021 01:01:00 +0000 (12:01 +1100)
committerPetr Špaček <pspacek@isc.org>
Thu, 2 Dec 2021 13:18:41 +0000 (14:18 +0100)
commit85bfcaeb2ee412cb6412dfac4b950e65faa21016
tree9ab1b35a28f67900c0f248107955e0e6eab33cc5
parentcad24b8dc4b5919c13ff7bd94450afdb321857f3
Extend dns_db_nodecount to access auxilary rbt node counts

dns_db_nodecount can now be used to get counts from the auxilary
rbt databases.  The existing node count is returned by
tree=dns_dbtree_main.  The nsec and nsec3 node counts by dns_dbtree_nsec
and dns_dbtree_nsec3 respectively.
12 files changed:
bin/dnssec/dnssec-signzone.c
bin/named/server.c
bin/tests/system/dyndb/driver/db.c
lib/dns/cache.c
lib/dns/db.c
lib/dns/include/dns/db.h
lib/dns/include/dns/types.h
lib/dns/rbtdb.c
lib/dns/rpz.c
lib/dns/sdb.c
lib/dns/sdlz.c
lib/dns/zone.c