]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fixed review comment for missing error strings 205/head
authorUbuntu <rijswijk@revtest.openintel.nl0>
Fri, 13 Jan 2023 15:59:11 +0000 (15:59 +0000)
committerUbuntu <rijswijk@revtest.openintel.nl0>
Fri, 13 Jan 2023 15:59:11 +0000 (15:59 +0000)
error.c

diff --git a/error.c b/error.c
index e3fd121127890b6eec7af575bf6159fba3b4eecf..50cdc6300bddc5942644b4ef19a487c28eaeb81f 100644 (file)
--- a/error.c
+++ b/error.c
@@ -184,6 +184,11 @@ ldns_lookup_table ldns_error_str[] = {
        { LDNS_STATUS_INVALID_SVCPARAM_VALUE,
                "Invalid wireformat of a value "
                "in the ServiceParam rdata field of SVCB or HTTPS RR" },
+       { LDNS_STATUS_NOT_EDE, 
+               "The EDNS option is not an extended error code" },
+       { LDNS_STATUS_EDE_OPTION_MALFORMED,
+               "The extended error code option is malformed, expected "
+               "at least 2 bytes of option data" },
        { 0, NULL }
 };