4533. [bug] dns_client_update should terminate on prerequiste
failures (NXDOMAIN, YXDOMAIN, NXRRSET, YXRRSET)
and also on BADZONE. [RT #43865]
This commit is contained in:
10
bin/tests/system/nsupdate/ns2/sample.db.in
Normal file
10
bin/tests/system/nsupdate/ns2/sample.db.in
Normal file
@@ -0,0 +1,10 @@
|
||||
@ 0 SOA ns2 . 0 0 0 0 0
|
||||
@ 0 NS ns2
|
||||
ns2 0 A 10.53.0.2
|
||||
;
|
||||
; These prerequistes are reversed, relative to ns1/sample.db.in:
|
||||
; 'exists' does not exist.
|
||||
nxdomain 0 TXT This RRset exists.
|
||||
|
||||
; a name with a TXT RRset
|
||||
no-txt 0 TXT This RRset exists
|
||||
Reference in New Issue
Block a user