]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: CDS/CDNSKEY records were not removed when re-configuring the server main
authorMatthijs Mekking <matthijs@isc.org>
Fri, 19 Jun 2026 09:07:10 +0000 (09:07 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 19 Jun 2026 09:07:10 +0000 (09:07 +0000)
commit68565cd6fe8e9a7392d9d7a02a1f8e0b2866e62c
tree6505ccc95985d9166162ac3ba598d58741ade168
parent8c482ae8b0ce285bd1750f9d765426c0ebea5d30
parentfdf74636e207729584bcc0b291b5134e736b13fe
fix: usr: CDS/CDNSKEY records were not removed when re-configuring the server

When on an ``rndc reconfig`` the DNSSEC policy changes such that it changes the expected ``CDNSKEY`` and/or ``CDS`` records in the zone, the RRset should
be updated accordingly. This did not happen when removing digests from the configuration, or setting `cdnskey no;`. This has been fixed.

Closes #6166

Merge branch '6166-reconfig-delete-cds' into 'main'

See merge request isc-projects/bind9!12265