3577. [bug] Handle zero TTL values better. [RT #33411]

(cherry picked from commit 5f238c3c64)
This commit is contained in:
Mark Andrews
2013-05-29 18:10:11 +10:00
parent 91fdf4c601
commit e2a54c4408
13 changed files with 294 additions and 20 deletions

View File

@@ -103,6 +103,7 @@ status=`expr $status + $ret`
n=`expr $n + 1`
echo "I:checking negative private type response was properly signed ($n)"
ret=0
sleep 1
$DIG $DIGOPTS @10.53.0.6 -p 5300 bits TYPE65534 > dig.out.ns6.test$n
grep "status: NOERROR" dig.out.ns6.test$n > /dev/null || ret=1
grep "ANSWER: 0," dig.out.ns6.test$n > /dev/null || ret=1