]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix that printout of EDNS options shows the EDNS cookie option by
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 9 Oct 2023 10:36:54 +0000 (12:36 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 9 Oct 2023 10:36:54 +0000 (12:36 +0200)
  name.

doc/Changelog
sldns/wire2str.c

index 62ce262d2fce07e64f7c66efe99c44616c8f2446..62b101dd2d3a1489d2f6509f394c1f446dedc597 100644 (file)
@@ -1,6 +1,8 @@
 9 October 2023: Wouter
        - Fix edns subnet so that queries with a source prefix of zero cause
          the recursor send no edns subnet option to the upstream.
+       - Fix that printout of EDNS options shows the EDNS cookie option by
+         name.
 
 4 October 2023: Wouter
        - Fix #946: Forwarder returns servfail on upstream response noerror no
index ace478d73f66021c29f10f60498332e5275d0abf..2b5dc0513f81a9ddcc4aa1159d90d58c78e861f8 100644 (file)
@@ -192,6 +192,7 @@ static sldns_lookup_table sldns_edns_options_data[] = {
        { 6, "DHU" },
        { 7, "N3U" },
        { 8, "edns-client-subnet" },
+       { 10, "COOKIE" },
        { 11, "edns-tcp-keepalive"},
        { 12, "Padding" },
        { 15, "EDE"},