3020. [bug] auto-dnssec failed to correctly update the zone when

changing the DNSKEY RRset. [RT #23232]
This commit is contained in:
Mark Andrews
2011-02-15 22:06:27 +00:00
parent 9297aca9a8
commit 32f0239b5d
10 changed files with 211 additions and 33 deletions

View File

@@ -13,7 +13,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: example.db.in,v 1.24.162.1 2011/02/14 23:59:33 marka Exp $
; $Id: example.db.in,v 1.24.162.2 2011/02/15 22:06:27 marka Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
@@ -110,3 +110,9 @@ ns.kskonly A 10.53.0.3
update-nsec3 NS ns.update-nsec3
ns.update-nsec3 A 10.53.0.3
auto-nsec NS ns.auto-nsec
ns.auto-nsec A 10.53.0.3
auto-nsec3 NS ns.auto-nsec3
ns.auto-nsec3 A 10.53.0.3

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: sign.sh,v 1.41.40.1 2011/02/14 23:59:33 marka Exp $
# $Id: sign.sh,v 1.41.40.2 2011/02/15 22:06:27 marka Exp $
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
@@ -31,7 +31,8 @@ zonefile=example.db
( cd ../ns3 && sh sign.sh )
for subdomain in secure bogus dynamic keyless nsec3 optout nsec3-unknown \
optout-unknown multiple rsasha256 rsasha512 kskonly update-nsec3
optout-unknown multiple rsasha256 rsasha512 kskonly update-nsec3 \
auto-nsec auto-nsec3
do
cp ../ns3/dsset-$subdomain.example. .
done