]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: usr: Remove legacy special handling for SIG, NXT, and KEY records
authorOndřej Surý <ondrej@isc.org>
Thu, 28 May 2026 11:21:07 +0000 (13:21 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 28 May 2026 11:21:07 +0000 (13:21 +0200)
BIND no longer applies legacy RFC 2535 handling to the obsolete ``SIG``, ``NXT``
and ``KEY`` record types; they are now served as plain zone data. Zones with
both a ``CNAME`` and a ``KEY`` and or ``NXT`` at the same name — invalid under
:rfc:`2181` — will now fail to load and must be corrected.

Closes #6007

Merge branch '6007-remove-SIG-and-NXT-special-handling' into 'main'

See merge request isc-projects/bind9!12056


Trivial merge