]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Delete cache rdatasets directly instead of tombstoning them
authorOndřej Surý <ondrej@isc.org>
Fri, 31 Jul 2026 05:21:10 +0000 (07:21 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 31 Jul 2026 05:21:10 +0000 (07:21 +0200)
Deleting an rdataset from the cache left a placeholder entry
behind that every lookup had to skip until it aged out. Deletion
now removes the entry outright, and the placeholder mechanism is gone.

Merge branch 'ondrej/qpcache-cleanup-delete-tombstone' into 'main'

See merge request isc-projects/bind9!12454


Trivial merge