From 74ef08a7b58d290d0af4c3153a34b8bde80d7be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 2 Jun 2023 12:17:16 +0200 Subject: [PATCH] Add release note for #4049 (cherry picked from commit 466530c73bc3bd17bc2f7bdc640c24f65a277923) --- doc/notes/notes-current.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index c11be555fe..bfa047ac52 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -30,7 +30,10 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- If a response from an authoritative server has its RCODE set to + FORMERR and contains an echoed EDNS COOKIE option that was present in + the query, :iscman:`named` now retries sending the query to the + same server without an EDNS COOKIE option. :gl:`#4049` Bug Fixes ~~~~~~~~~