]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove invalid DNSKEY RRset from zone
authorMark Andrews <marka@isc.org>
Tue, 9 Jan 2024 03:58:37 +0000 (14:58 +1100)
committerMark Andrews <marka@isc.org>
Thu, 16 May 2024 00:28:27 +0000 (10:28 +1000)
bin/tests/system/dnssec/ns3/secure.example.db.in
bin/tests/system/dnssec/tests.sh

index 883e06790bbc8c2696fbdece099160774ce078ce..b82b280219dc94f0443f17df51d85832b0552aae 100644 (file)
@@ -30,7 +30,6 @@ g                     A       10.0.0.7
 z                      A       10.0.0.26
 a.a.a.a.a.a.a.a.a.a.e  A       10.0.0.27
 x                      CNAME   a
-zz                     DNSKEY  258 3 5 Cg==
 
 private                        NS      ns.private
 ns.private             A       10.53.0.2
index ffbba1b033a509bac85688d73edf66307bb245d7..413af09f7fa863a73065c9978ff841b127b1ff64 100644 (file)
@@ -3905,9 +3905,9 @@ ret=0
 dig_with_opts any x.insecure.example. @10.53.0.3 >dig.out.ns3.1.test$n || ret=1
 grep "status: NOERROR" dig.out.ns3.1.test$n >/dev/null || ret=1
 grep "ANSWER: 0," dig.out.ns3.1.test$n >/dev/null || ret=1
-dig_with_opts any zz.secure.example. @10.53.0.3 >dig.out.ns3.2.test$n || ret=1
+dig_with_opts any z.secure.example. @10.53.0.3 >dig.out.ns3.2.test$n || ret=1
 grep "status: NOERROR" dig.out.ns3.2.test$n >/dev/null || ret=1
-# DNSKEY+RRSIG, NSEC+RRSIG
+# A+RRSIG, NSEC+RRSIG
 grep "ANSWER: 4," dig.out.ns3.2.test$n >/dev/null || ret=1
 n=$((n + 1))
 test "$ret" -eq 0 || echo_i "failed"