]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Do not attach authdb main
authorAlessio Podda <alessio@isc.org>
Fri, 17 Jul 2026 13:07:57 +0000 (13:07 +0000)
committerAlessio Podda <alessio@isc.org>
Fri, 17 Jul 2026 13:07:57 +0000 (13:07 +0000)
commitee52f963659566afbfaf3ad6c172e7d3daabe5f5
tree449329195fcffeb8adb1184e0cb633c4a6f76537
parentd5388f2067d801dee3ab3e6386ecca44becfc797
parent26296feaf6201c07e885967abb8de75c1f245857
chg: dev: Do not attach authdb

The authdb variable is used either to check that, on restarts, we
do not cross to a different zone unless recursion is enabled, and to
lookup the zone version when filling the additional section.

Neither use requires the pointer to be attached, and attaching the
pointer causes scalability issues. This commit solves the problem by
turning the pointer into an integer id.

Merge branch 'alessio/authdb-version-lookup' into 'main'

See merge request isc-projects/bind9!12375