[v9_9] CDS/CDNSKEY rrtypes

3884.	[protocol]	Add CDS and CDNSKEY record types. [RT #36333]

(cherry picked from commit cac2181160)
(cherry picked from commit 716453f37d)
This commit is contained in:
Evan Hunt
2014-06-19 00:37:04 -07:00
parent 08f092cc6f
commit 6151486775
10 changed files with 827 additions and 1 deletions

View File

@@ -57,7 +57,8 @@ echo "I:checking that master files in raw format loaded"
ret=0
for zone in example example-explicit example-compat; do
for server in 1 2; do
for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds; do
for name in ns mx a aaaa cname dname txt rrsig nsec \
dnskey ds cdnskey cds; do
$DIG $DIGOPTS $name.$zone. $name @10.53.0.$server -p 5300
echo
done > dig.out.$zone.$server