mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
[master] fixed an incorrect test case in rpzrecurse
This commit is contained in:
@@ -217,8 +217,8 @@ echo "I:running dig to follow CNAME (blocks, so runs in the background) (${t})"
|
|||||||
$DIG $DIGOPTS @10.53.0.2 -p 5300 www.test.example.org A > dig.out.${t} &
|
$DIG $DIGOPTS @10.53.0.2 -p 5300 www.test.example.org A > dig.out.${t} &
|
||||||
sleep 1
|
sleep 1
|
||||||
echo "I:removing the policy zone"
|
echo "I:removing the policy zone"
|
||||||
cp ns2/named.default.conf ns2/db.6a.00.policy.local
|
cp ns2/named.default.conf ns2/named.conf
|
||||||
$RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 6a.00.policy.local 2>&1 | sed 's/^/I:ns2 /'
|
$RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reconfig 2>&1 | sed 's/^/I:ns2 /'
|
||||||
sleep 1
|
sleep 1
|
||||||
echo "I:resuming authority server"
|
echo "I:resuming authority server"
|
||||||
kill -CONT `cat ns1/named.pid`
|
kill -CONT `cat ns1/named.pid`
|
||||||
|
Reference in New Issue
Block a user