3593. [func] Update EDNS processing to better track remote server
capabilities. [RT #30655]
This commit is contained in:
@@ -11,9 +11,6 @@
|
||||
;; ANSWER SECTION:
|
||||
data.example. 5M IN TXT "some" "test" "data"
|
||||
|
||||
;; AUTHORITY SECTION:
|
||||
example. 5M IN NS ns4.example.
|
||||
|
||||
;; Total query time: 8 msec
|
||||
;; FROM: draco to SERVER: 10.53.0.3
|
||||
;; WHEN: Wed Jun 21 10:58:54 2000
|
||||
|
||||
@@ -80,7 +80,7 @@ status=`expr $status + $ret`
|
||||
n=`expr $n + 1`
|
||||
echo "I:look for static-stub zone data with recursion (should be found) ($n)"
|
||||
ret=0
|
||||
$DIG +tcp data.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test$n || ret=1
|
||||
$DIG +tcp +noauth data.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test$n || ret=1
|
||||
$PERL ../digcomp.pl knowngood.dig.out.rec dig.out.ns2.test$n || ret=1
|
||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
||||
Reference in New Issue
Block a user