mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
Merge branch '4334-CVE-2023-5679-test-fix-9.16' into 'bind-9.16'
[9.16] Fix check interaction in the "serve-stale" test See merge request isc-projects/bind9!8926
This commit is contained in:
commit
cecafbbf98
1 changed files with 3 additions and 0 deletions
|
|
@ -2562,6 +2562,9 @@ $RNDCCMD 10.53.0.3 serve-stale on >rndc.out.test$n.2 2>&1 || ret=1
|
|||
$DIG -p ${PORT} @10.53.0.3 a-only-slow.example AAAA >dig.out.test$n || ret=1
|
||||
grep "status: NOERROR" dig.out.test$n >/dev/null || ret=1
|
||||
grep "2001:aaaa" dig.out.test$n >/dev/null || ret=1
|
||||
# revert configuration changes introduced by this check
|
||||
copy_setports ns3/named8.conf.in ns3/named.conf
|
||||
$RNDCCMD 10.53.0.3 reload >rndc.out.test$n.1 2>&1 || ret=1
|
||||
if [ $ret != 0 ]; then echo_i "failed"; fi
|
||||
status=$((status + ret))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue