3 target-fetch-policy: "0 0 0 0 0"
7 stub-addr: 193.0.14.129 # K.ROOT-SERVERS.NET.
10 SCENARIO_BEGIN Test resolution with parent child differ for type A.
11 ; the parent has the correct A record.
17 MATCH opcode qtype qname
23 . IN NS K.ROOT-SERVERS.NET.
25 K.ROOT-SERVERS.NET. IN A 193.0.14.129
29 MATCH opcode subdomain
30 ADJUST copy_id copy_query
35 com. IN NS a.gtld-servers.net.
37 a.gtld-servers.net. IN A 192.5.6.30
46 MATCH opcode qtype qname
52 com. IN NS a.gtld-servers.net.
54 a.gtld-servers.net. IN A 192.5.6.30
58 MATCH opcode subdomain
59 ADJUST copy_id copy_query
64 example.com. IN NS ns.example.com.
66 ns.example.com. IN A 1.2.3.44
70 ; the working version.
74 MATCH opcode qtype qname
80 ns.example.com. IN A 1.2.3.55
82 example.com. IN NS ns.example.com.
86 MATCH opcode qtype qname
90 ns.example.com. IN AAAA
92 example.com. IN NS ns.example.com.
94 ns.example.com. IN A 1.2.3.55
98 MATCH opcode qtype qname
104 example.com. IN NS ns.example.com.
106 ns.example.com. IN A 1.2.3.55
110 MATCH opcode qtype qname
114 www.example.com. IN A
116 www.example.com. IN A 10.20.30.40
118 example.com. IN NS ns.example.com.
120 ns.example.com. IN A 1.2.3.55
124 MATCH opcode qtype qname
128 mail.example.com. IN A
130 mail.example.com. IN A 10.20.30.20
132 example.com. IN NS ns.example.com.
134 ns.example.com. IN A 1.2.3.55
138 MATCH opcode qtype qname
142 ftp.example.com. IN A
144 ftp.example.com. IN A 10.20.30.10
146 example.com. IN NS ns.example.com.
148 ns.example.com. IN A 1.2.3.55
152 ; Broken. Does not respond to anything (servfail instead
153 ; of timeouts since this is easier to encode in .rpl file format).
158 ADJUST copy_id copy_query
171 www.example.com. IN A
174 ; recursion happens here.
178 REPLY QR RD RA NOERROR
180 www.example.com. IN A
182 www.example.com. IN A 10.20.30.40
184 example.com. IN NS ns.example.com.
186 ns.example.com. IN A 1.2.3.55
189 ; now that the bad child NS record is in cache, ask something else.
194 mail.example.com. IN A
200 REPLY QR RD RA NOERROR
202 mail.example.com. IN A
204 mail.example.com. IN A 10.20.30.20
206 example.com. IN NS ns.example.com.
208 ns.example.com. IN A 1.2.3.55
211 ; test cache of parent data
216 ftp.example.com. IN A
222 REPLY QR RD RA NOERROR
224 ftp.example.com. IN A
226 ftp.example.com. IN A 10.20.30.10
228 example.com. IN NS ns.example.com.
230 ns.example.com. IN A 1.2.3.55