Lines Matching refs:zero
480 # look for ttl = 1, allow for one miss at getting zero ttl
705 echo "I:check zero ttl not returned for learnt non zero ttl records (${n})"
708 $DIG @10.53.0.7 -p 5300 non-zero.example.net txt > dig.out.1.${n} || ret=1
712 # look for ttl = 1, allow for one miss at getting zero ttl
717 $DIG @10.53.0.7 -p 5300 non-zero.example.net txt > dig.out.2.${n} || ret=1
729 echo "I:check zero ttl is returned for learnt zero ttl records (${n})"
731 $DIG @10.53.0.7 -p 5300 zero.example.net txt > dig.out.1.${n} || ret=1
732 ttl=`awk '/"A" "zero" "ttl"/ { print $2 }' dig.out.1.${n}`