[master] add missing rrtypes to genzones
4711. [test] Some RR types were missing from genzones.sh. [RT #45782]
This commit is contained in:
@@ -14,7 +14,7 @@ n=`expr $n + 1`
|
||||
echo "I:check lookups against TTL=0 records ($n)"
|
||||
i=0
|
||||
passes=10
|
||||
$DIG -p 5300 @10.53.0.2 axfr example |
|
||||
$DIG -p 5300 @10.53.0.2 axfr example | grep -v "^ds0" |
|
||||
awk '$2 == "0" { print "-q", $1, $4; print "-q", "zzz"$1, $4;}' > query.list
|
||||
while [ $i -lt $passes ]
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user