Restore 'synth-from-dnssec yes;' as the default

This commit is contained in:
Mark Andrews
2021-10-21 16:30:35 +11:00
committed by Petr Špaček
parent 62dd9ec9c1
commit 90dbdb2cb5
3 changed files with 4 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ set -e
status=0
n=1
synth_default=yes
rm -f dig.out.*
@@ -217,7 +218,7 @@ sleep 1
for ns in 2 4 5 6
do
case $ns in
2) ad=yes synth=no description="<default>";;
2) ad=yes synth=${synth_default} description="<default>";;
4) ad=yes synth=no description="no";;
5) ad=yes synth=yes description="yes";;
6) ad=no synth=no description="yes; dnssec-validation no";;
@@ -412,7 +413,6 @@ n=$((n+1))
if [ $ret != 0 ]; then echo_i "failed"; fi
status=$((status+ret))
echo_i "check DNAME handling (synth-from-dnssec yes;) ($n)"
ret=0
dig_with_opts dnamed.example. ns @10.53.0.5 > dig.out.ns5.test$n || ret=1