]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Ignore updates removing DNSKEY RRset with class ANY
authorMatthijs Mekking <matthijs@isc.org>
Thu, 11 Jun 2026 11:27:41 +0000 (11:27 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 11 Jun 2026 11:27:41 +0000 (11:27 +0000)
When a Dynamic Update is received that removes the ``DNSKEY`` (or ``CDNSKEY``,
or ``CDS``) RRset, remove all records except the ones that are in use
for signing for the zone.

Closes #6045

Merge branch '6045-dns-update-delete-in-use-dnskey-any' into 'main'

See merge request isc-projects/bind9!12166


Trivial merge