]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: Add support for Extended DNS Error 24 (Invalid Data)
authorColin Vidal <colin@isc.org>
Mon, 3 Nov 2025 17:25:38 +0000 (18:25 +0100)
committerColin Vidal <colin@isc.org>
Mon, 3 Nov 2025 17:25:38 +0000 (18:25 +0100)
Extended DNS Error 24 (Invalid Data) is returned when the server cannot answer data for a zone it is configured for. This occurs typically when an authoritative server does not have loaded the DB of a configured zone, or a secondary server zone is expired.

See RFC 8914 section 4.25.

See #1836

Merge branch 'colin/ede24' into 'main'

See merge request isc-projects/bind9!11169


Trivial merge