Lines Matching refs:out

20 $DIG +edns @10.53.0.2 -p 5300 dropedns soa > dig.out.1.test$n
21 grep "connection timed out; no servers could be reached" dig.out.1.test$n > /dev/null || ret=1
22 $DIG +noedns @10.53.0.2 -p 5300 dropedns soa > dig.out.2.test$n || ret=1
23 grep "status: NOERROR" dig.out.2.test$n > /dev/null || ret=1
24 grep "EDNS: version:" dig.out.2.test$n > /dev/null && ret=1
25 $DIG +noedns +tcp @10.53.0.2 -p 5300 dropedns soa > dig.out.3.test$n || ret=1
26 grep "status: NOERROR" dig.out.3.test$n > /dev/null || ret=1
27 grep "EDNS: version:" dig.out.3.test$n > /dev/null && ret=1
28 $DIG +edns +tcp @10.53.0.2 -p 5300 dropedns soa > dig.out.4.test$n
29 grep "connection timed out; no servers could be reached" dig.out.4.test$n > /dev/null || ret=1
36 $DIG +tcp @10.53.0.1 -p 5300 dropedns soa > dig.out.test$n || ret=1
37 grep "status: NOERROR" dig.out.test$n > /dev/null || ret=1
44 $DIG +edns @10.53.0.3 -p 5300 dropedns-notcp soa > dig.out.1.test$n
45 grep "connection timed out; no servers could be reached" dig.out.1.test$n > /dev/null || ret=1
46 $DIG +noedns +tcp @10.53.0.3 -p 5300 dropedns-notcp soa > dig.out.2.test$n
47 grep "connection timed out; no servers could be reached" dig.out.2.test$n > /dev/null
48 $DIG +noedns @10.53.0.3 -p 5300 dropedns-notcp soa > dig.out.3.test$n || ret=1
49 grep "status: NOERROR" dig.out.3.test$n > /dev/null || ret=1
50 grep "EDNS: version:" dig.out.3.test$n > /dev/null && ret=1
57 $DIG +tcp @10.53.0.1 -p 5300 dropedns-notcp soa > dig.out.test$n || ret=1
58 grep "status: NOERROR" dig.out.test$n > /dev/null || ret=1
65 $DIG +edns @10.53.0.4 -p 5300 plain soa > dig.out.1.test$n || ret=1
66 grep "status: NOERROR" dig.out.1.test$n > /dev/null || ret=1
67 grep "EDNS: version:" dig.out.1.test$n > /dev/null && ret=1
74 $DIG +tcp @10.53.0.1 -p 5300 plain soa > dig.out.test$n || ret=1
75 grep "status: NOERROR" dig.out.test$n > /dev/null || ret=1
82 $DIG +edns @10.53.0.5 -p 5300 plain-notcp soa > dig.out.1.test$n || ret=1
83 grep "status: NOERROR" dig.out.1.test$n > /dev/null || ret=1
84 grep "EDNS: version:" dig.out.1.test$n > /dev/null && ret=1
85 $DIG +edns +tcp @10.53.0.5 -p 5300 plain-notcp soa > dig.out.2.test$n
86 grep "connection timed out; no servers could be reached" dig.out.2.test$n > /dev/null
93 $DIG +tcp @10.53.0.1 -p 5300 plain-notcp soa > dig.out.test$n || ret=1
94 grep "status: NOERROR" dig.out.test$n > /dev/null || ret=1
101 $DIG +edns @10.53.0.6 -p 5300 edns512 soa > dig.out.1.test$n || ret=1
102 grep "status: NOERROR" dig.out.1.test$n > /dev/null || ret=1
103 $DIG +edns +tcp @10.53.0.6 -p 5300 edns512 soa > dig.out.2.test$n || ret=1
104 grep "status: NOERROR" dig.out.1.test$n > /dev/null || ret=1
105 $DIG +edns @10.53.0.6 -p 5300 txt500.edns512 txt > dig.out.3.test$n
106 grep "connection timed out; no servers could be reached" dig.out.3.test$n > /dev/null
107 $DIG +edns +bufsize=512 +ignor @10.53.0.6 -p 5300 txt500.edns512 txt > dig.out.4.test$n
108 grep "status: NOERROR" dig.out.4.test$n > /dev/null || ret=1
115 $DIG +tcp @10.53.0.1 -p 5300 txt500.edns512 txt > dig.out.test$n || ret=1
116 grep "status: NOERROR" dig.out.test$n > /dev/null || ret=1
123 $DIG +noedns @10.53.0.7 -p 5300 edns512-notcp soa > dig.out.1.test$n || ret=1
124 grep "status: NOERROR" dig.out.1.test$n > /dev/null || ret=1
125 $DIG +noedns +tcp @10.53.0.7 -p 5300 edns512-notcp soa > dig.out.2.test$n
126 grep "connection timed out; no servers could be reached" dig.out.2.test$n > /dev/null
127 $DIG +edns @10.53.0.7 -p 5300 edns512-notcp soa > dig.out.3.test$n
128 grep "connection timed out; no servers could be reached" dig.out.3.test$n > /dev/null
129 $DIG +edns +bufsize=512 +ignor @10.53.0.7 -p 5300 edns512-notcp soa > dig.out.4.test$n
130 grep "status: NOERROR" dig.out.4.test$n > /dev/null || ret=1
137 $DIG +tcp @10.53.0.1 -p 5300 edns512-notcp soa > dig.out.test$n || ret=1
138 grep "status: NOERROR" dig.out.test$n > /dev/null || ret=1
153 $DIG +tcp @10.53.0.1 -p 5300 edns512-notcp soa > dig.out.test$n
154 grep "status: SERVFAIL" dig.out.test$n > /dev/null ||
155 grep "connection timed out;" dig.out.test$n > /dev/null || ret=1