]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: Add support for multiple extended DNS errors
authorColin Vidal <colin@isc.org>
Wed, 22 Jan 2025 21:32:28 +0000 (21:32 +0000)
committerColin Vidal <colin@isc.org>
Wed, 22 Jan 2025 21:32:28 +0000 (21:32 +0000)
Extended DNS error mechanism (EDE) may have several errors raised during a DNS resolution. `named` is now able to add up to three EDE codes in a DNS response. In the case of duplicate error codes, only the first one will be part of the DNS response.

Closes #5085

Merge branch '5085-multiple-ede' into 'main'

See merge request isc-projects/bind9!9952


Trivial merge