Skip to content

Commit

Permalink
zonemaster#993 - Update message tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenx committed Nov 16, 2022
1 parent 67b1d18 commit 872e2fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Zonemaster/Engine/Test/Nameserver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,7 @@ sub metadata {
],
nameserver11 => [
qw(
NO_RESPONSE
NO_EDNS_SUPPORT
UNKNOWN_OPTION_CODE
NS_ERROR
NS11_UNKNOWN_OPTION_CODE
TEST_CASE_END
TEST_CASE_START
)
Expand Down Expand Up @@ -362,6 +359,9 @@ Readonly my %TAG_DESCRIPTIONS => (
N10_EDNS_RESPONSE_ERROR => sub {
__x # N10_EDNS_RESPONSE_ERROR
'Expected RCODE but received erroneous response to an EDNS version 1 query. Fetched from the nameservers with IP addresses {ns_ip_list}', @_;
NS11_UNKNOWN_OPTION_CODE => sub {
__x # NS11_UNKNOWN_OPTION_CODE
'The DNS response contains an unknown EDNS option-code. Returned from name servers "{ns_ip_list}".', @_;
},
QNAME_CASE_INSENSITIVE => sub {
__x # NAMESERVER:QNAME_CASE_INSENSITIVE
Expand Down
1 change: 1 addition & 0 deletions share/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
"N10_NO_RESPONSE_EDNS1_QUERY" : "WARNING",
"N10_UNEXPECTED_RCODE" : "WARNING",
"N10_EDNS_RESPONSE_ERROR" : "WARNING",
"NS11_UNKNOWN_OPTION_CODE" : "WARNING",
"QNAME_CASE_INSENSITIVE" : "WARNING",
"QNAME_CASE_SENSITIVE" : "INFO",
"QUERY_DROPPED" : "NOTICE",
Expand Down

0 comments on commit 872e2fc

Please sign in to comment.