mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 06:40:01 -04:00
parent
1f65db3778
commit
1ea64ac3e5
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ ttl1=`awk '$4 == "DS" && $7 == "1" { print $2 }' dig.out.2.${n}`
|
|||
sleep 1
|
||||
# check that prefetch occured
|
||||
$DIG @10.53.0.5 -p 5300 ds.example.net ds +dnssec > dig.out.3.${n} || ret=1
|
||||
dsttl=`awk '$4 == "DS" i&& $7 == "1" { print $2 }' dig.out.3.${n}`
|
||||
dsttl=`awk '$4 == "DS" && $7 == "1" { print $2 }' dig.out.3.${n}`
|
||||
sigttl=`awk '$4 == "RRSIG" && $5 == "DS" { print $2 }' dig.out.3.${n}`
|
||||
test ${dsttl:-0} -gt ${ttl2:-1} || ret=1
|
||||
test ${sigttl:-0} -gt ${ttl2:-1} || ret=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue