- 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
the rcode from the iterator return path. This fixes signal unset RA
after a CNAME.
- Fix unit tests for rpz now that the AA flag returns successfully from
the iterator loop.
4 January 2022: Wouter
- 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
ENTRY_BEGIN
MATCH all
REPLY QR RD RA NXDOMAIN
REPLY QR AA RD RA NXDOMAIN
SECTION QUESTION
gotham.aa. IN A
SECTION ANSWER

View File

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