From: Colin Vidal Date: Mon, 30 Mar 2026 19:45:03 +0000 (+0200) Subject: chg: usr: Parent-centric resolver X-Git-Tag: v9.21.21~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b60291aabf5a0b0cb7cf4188fb8554b38df641;p=thirdparty%2Fbind9.git chg: usr: Parent-centric resolver The `named` resolver now uses a separate "delegation database" to store zone referral data instead of the DNS cache. This new database holds the NS RRset on the parent side of a zone cut, as well as necessary glue records that were included in the referral. The NS RRset from the child side is cached in the DNS cache and is not used for name resolution. This will be a step toward simplifying resolver logic and also supporting DELEG referrals. Closes #3311 Merge branch 'colin/deleg-resolver' into 'main' See merge request isc-projects/bind9!11621 --- e3b60291aabf5a0b0cb7cf4188fb8554b38df641