[svn] commit: r821 - /experiments/graff-dbapi/sample_data.sql
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 15 01:08:08 UTC 2010
Author: each
Date: Mon Feb 15 01:08:08 2010
New Revision: 821
Log:
add DNAME test data
Modified:
experiments/graff-dbapi/sample_data.sql
Modified: experiments/graff-dbapi/sample_data.sql
==============================================================================
--- experiments/graff-dbapi/sample_data.sql (original)
+++ experiments/graff-dbapi/sample_data.sql Mon Feb 15 01:08:08 2010
@@ -90,6 +90,13 @@
VALUES (1, '*.wild.example.com.', 'com.example.wild.*',
3600, 'RRSIG', 'A', "SignatureForARecords");
+INSERT INTO records (zone_id, name, rname, ttl, rdtype, rdata)
+ VALUES (1, 'dname.example.com.', 'com.example.dname',
+ 3600, 'DNAME', 'sql1.example.com.');
+INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
+ VALUES (1, 'dname.example.com.', 'example.com.dname',
+ 3600, 'RRSIG', 'DNAME', 'SignatureForCNameRecord');
+
-- id 2
INSERT INTO zones (id, name, rdclass, dnssec)
VALUES (2, 'sql1.example.com.', 'IN', 0);
More information about the bind10-changes
mailing list