[v9_10] CDS/CDNSKEY rrtypes

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

(cherry picked from commit cac2181160)
This commit is contained in:
Evan Hunt
2014-06-19 00:35:53 -07:00
parent d53e17f8ec
commit 716453f37d
11 changed files with 840 additions and 1 deletions

View File

@@ -82,7 +82,8 @@ ret=0
set -- 1 2 3
for zone in example example-explicit example-compat; do
for server in $*; 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