Skip to content

Commit

Permalink
Merge pull request #1388 from matsduf/lower-connetivity03-tags
Browse files Browse the repository at this point in the history
Lowers the levels of ASN related messages from Connectivity03
  • Loading branch information
matsduf authored Oct 8, 2024
2 parents 036baeb + c9b1000 commit 5937f0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions share/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"CN04_IPV4_SAME_PREFIX": "WARNING",
"CN04_IPV6_DIFFERENT_PREFIX": "INFO",
"CN04_IPV6_SAME_PREFIX": "WARNING",
"EMPTY_ASN_SET" : "ERROR",
"ERROR_ASN_DATABASE" : "ERROR",
"EMPTY_ASN_SET" : "NOTICE",
"ERROR_ASN_DATABASE" : "NOTICE",
"IPV4_DIFFERENT_ASN" : "INFO",
"IPV4_DISABLED" : "DEBUG",
"IPV4_ONE_ASN" : "WARNING",
Expand Down
4 changes: 2 additions & 2 deletions share/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ test_levels:
CN02_UNEXPECTED_RCODE_SOA_QUERY_TCP: WARNING
CN02_WRONG_NS_RECORD_TCP: WARNING
CN02_WRONG_SOA_RECORD_TCP: WARNING
EMPTY_ASN_SET: ERROR
ERROR_ASN_DATABASE: ERROR
EMPTY_ASN_SET: NOTICE
ERROR_ASN_DATABASE: NOTICE
IPV4_DIFFERENT_ASN: INFO
IPV4_DISABLED: DEBUG
IPV4_ONE_ASN: WARNING
Expand Down
4 changes: 2 additions & 2 deletions t/profiles/Test-all-levels.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"ASN_INFOS_ANNOUNCE_BY" : "DEBUG",
"ASN_INFOS_ANNOUNCE_IN" : "DEBUG",
"ASN_INFOS_RAW" : "DEBUG",
"EMPTY_ASN_SET" : "ERROR",
"ERROR_ASN_DATABASE" : "ERROR",
"EMPTY_ASN_SET" : "NOTICE",
"ERROR_ASN_DATABASE" : "NOTICE",
"IPV4_DISABLED" : "DEBUG",
"IPV4_DIFFERENT_ASN" : "INFO",
"IPV4_ONE_ASN" : "WARNING",
Expand Down

0 comments on commit 5937f0c

Please sign in to comment.