From: Michał Kępień Date: Thu, 26 Feb 2026 20:29:38 +0000 (+0100) Subject: Add release note for GL !11565 X-Git-Tag: v9.20.20~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09dd097c0d2173b52f0ee80a9fcb50426957dba9;p=thirdparty%2Fbind9.git Add release note for GL !11565 --- diff --git a/doc/notes/notes-9.20.20.rst b/doc/notes/notes-9.20.20.rst index 9803fb8d0bc..cf87f30e530 100644 --- a/doc/notes/notes-9.20.20.rst +++ b/doc/notes/notes-9.20.20.rst @@ -88,3 +88,11 @@ Bug Fixes the import function might overflow. This could lead to a memory corruption on the stack and ultimately a server crash. This has been fixed. :gl:`#5758` + +- Return FORMERR for queries with the EDNS Client Subnet FAMILY field + set to 0. + + :rfc:`7871` only defines families 1 (IPv4) and 2 (IPv6), and requires + FORMERR to be returned for all unknown families. Queries with the EDNS + Client Subnet FAMILY field set to 0 now elicit responses with + RCODE=FORMERR. :gl:`!11565`