]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commita10d78db55a3e3ea50f82d2fcfce053a3c107866
tree023d04e5c8e5e62bd3d99f40af66f97a737fc43b
parent32cc143da06d4bd23f10073567182c1430793250
parent34b3e7cb4048b9effdc3ba74b81c8c2b69ecd0bf
rem: usr: Remove RBTDB implementation

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