[master] add missing rrtypes to genzones

4711.	[test]		Some RR types were missing from genzones.sh.
			[RT #45782]
This commit is contained in:
Evan Hunt
2017-09-11 09:32:37 -07:00
parent 8334115783
commit 3e66721b35
6 changed files with 167 additions and 33 deletions

View File

@@ -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