From bd508194be16e8f13911e7489bea8e4206fbfd5f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 14 Jun 2022 10:31:47 +1000 Subject: [PATCH] Add CHANGES note for [GL !6420] --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index b0fbc9e8f7..cbf10e5db8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5903. [bug] When named checks that the OPCODE in a response matches + that of the request, if there is a mismatch named logs + an error. Some of those error messages incorrectly + used RCODE instead of OPCODE to lookup the nemonic. + This has been corrected. [GL !6420] + 5902. [func] NXDOMAIN cache records are no longer retained in the cache after expiry, even when serve-stale is in use. [GL #3386]