]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Return DNS COOKIE and NSID with BADVERS
authorMark Andrews <marka@isc.org>
Tue, 15 Apr 2025 04:12:05 +0000 (04:12 +0000)
committerMark Andrews <marka@isc.org>
Tue, 15 Apr 2025 04:12:05 +0000 (04:12 +0000)
commit34b7323bad6b0ffe1444aab417cc5bd94d187bcf
treec90afbbaf198b9704817848dc8a092d41d5e07fa
parent745a9ab15f7aff98a8a232c52647d74d924dd753
parent4f125b1e1c01916fa1520923b8e4694346498207
[9.20] fix: usr: Return DNS COOKIE and NSID with BADVERS

This change allows the client to identify the server that returns the
BADVERS and to provide a DNS SERVER COOKIE to be included in the
resend of the request.

Closes #5235

Backport of MR !10334

Merge branch 'backport-5235-return-the-server-cookie-when-returning-badvers-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10392