]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: usr: Remove RBTDB implementation
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Nov 2024 08:26:28 +0000 (08:26 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 12 Nov 2024 08:26:28 +0000 (08:26 +0000)
Remove the RBTDB database implementation, and only leave the QPDB
based implementations of zone and cache databases.  This means
it's no longer possible to choose the RBTDB to be default at the
compilation time and it's not possible to configure RBTDB as the
database backend in the configuration file.

Closes #5027

Merge branch '5027-remove-rbtdb-implementation' into 'main'

See merge request isc-projects/bind9!9733


Trivial merge