]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Prevent excessive priming queries to the root servers
authorOndřej Surý <ondrej@isc.org>
Thu, 16 Apr 2026 12:33:44 +0000 (14:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 16 Apr 2026 12:33:44 +0000 (14:33 +0200)
BIND was sending a priming query to the root servers on nearly every
recursive lookup instead of only when the cached root information
expired.  Priming now rearms only after the TTL of the fetched records
elapses, and the refreshed root NS set is used for query routing until
the next cycle.

Merge branch 'ondrej/fix-delegdb-priming' into 'main'

See merge request isc-projects/bind9!11847


Trivial merge