]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Add a zone delegation specific query path main
authorAlessio Podda <alessio@isc.org>
Mon, 17 Aug 2026 14:08:29 +0000 (14:08 +0000)
committerAlessio Podda <alessio@isc.org>
Mon, 17 Aug 2026 14:08:29 +0000 (14:08 +0000)
commit483f724eb84eeaab735e8a9a50fc4b84bc1bc214
treef8b64556688b7de58a1649a5ad0fb43b84695329
parent1d15ce8a020cc7b682fb1b9e3246f2a6a189b0ec
parent91d82384777eeb82d2f2c48e2bc2b645943c5bd9
chg: dev: Add a zone delegation specific query path

Split the handling of delegations into a zone and cache specific paths, in order to improve scalability in the zone path. As a consequence we need to tweak the hooks and dyndb API requirements.

Merge branch 'alessio/split-query-delegation' into 'main'

See merge request isc-projects/bind9!12418