- Fix unit tests for rpz now that the AA flag returns successfully from

the iterator loop.
This commit is contained in:
W.C.A. Wijngaards 2022-01-05 13:39:06 +01:00
parent 6b2e96430e
commit 313bceb983
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
- Fix for #596: fix that rpz return message is returned and not just - Fix for #596: fix that rpz return message is returned and not just
the rcode from the iterator return path. This fixes signal unset RA the rcode from the iterator return path. This fixes signal unset RA
after a CNAME. after a CNAME.
- Fix unit tests for rpz now that the AA flag returns successfully from
the iterator loop.
4 January 2022: Wouter 4 January 2022: Wouter
- Fix #596: unset the RA bit when a query is blocked by an unbound - Fix #596: unset the RA bit when a query is blocked by an unbound

View File

@ -348,7 +348,7 @@ ENTRY_END
STEP 11 CHECK_ANSWER STEP 11 CHECK_ANSWER
ENTRY_BEGIN ENTRY_BEGIN
MATCH all MATCH all
REPLY QR RD RA NXDOMAIN REPLY QR AA RD RA NXDOMAIN
SECTION QUESTION SECTION QUESTION
gotham.aa. IN A gotham.aa. IN A
SECTION ANSWER SECTION ANSWER

View File

@ -348,7 +348,7 @@ ENTRY_END
STEP 11 CHECK_ANSWER STEP 11 CHECK_ANSWER
ENTRY_BEGIN ENTRY_BEGIN
MATCH all MATCH all
REPLY QR RD RA NXDOMAIN REPLY QR AA RD RA NXDOMAIN
SECTION QUESTION SECTION QUESTION
gotham.aa. IN A gotham.aa. IN A
SECTION ANSWER SECTION ANSWER