]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - testdata/fwd_timeout.rpl
Vendor import of Unbound 1.6.3.
[FreeBSD/FreeBSD.git] / testdata / fwd_timeout.rpl
1 ; config options go here.
2 forward-zone: name: "." forward-addr: 216.0.0.1
3 CONFIG_END
4 SCENARIO_BEGIN Forwarder and a timeout happens on server query.
5 STEP 1 QUERY
6 ENTRY_BEGIN
7 REPLY RD
8 SECTION QUESTION
9 www.example.com. IN A
10 ENTRY_END
11 ; But the pending query times out!
12 ; OUTBOUND_MSG_RETRY times timeout.
13 STEP 2 TIMEOUT
14 STEP 3 TIMEOUT
15 STEP 4 TIMEOUT
16 STEP 5 TIMEOUT
17 STEP 6 TIMEOUT
18 ; returns servfail
19 STEP 14 CHECK_ANSWER
20 ENTRY_BEGIN
21 MATCH opcode qname qtype
22 SECTION QUESTION
23 REPLY SERVFAIL QR RA RD
24 MATCH all
25 www.example.com. IN A
26 ENTRY_END
27 SCENARIO_END