]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL !11563
authorMichał Kępień <michal@isc.org>
Thu, 26 Feb 2026 20:17:47 +0000 (21:17 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Feb 2026 20:17:47 +0000 (21:17 +0100)
doc/notes/notes-9.21.19.rst

index 30dc4a575389007de662512efb9da67055114a84..b487fed84231d938bd4399c345e6708cb56e6813 100644 (file)
@@ -99,3 +99,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:`!11563`