[svn] commit: r794 - /experiments/graff-dbapi/sample_data.sql

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 10 23:45:10 UTC 2010


Author: each
Date: Wed Feb 10 23:45:09 2010
New Revision: 794

Log:
added cname test records

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 Wed Feb 10 23:45:09 2010
@@ -26,6 +26,21 @@
     VALUES (1, 'foo.example.com.', 'com.example.foo',
         3600, 'CNAME', 'cnametest.flame.org.');
 INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
+    VALUES (1, 'foo.example.com.', 'example.com.foo',
+        3600, 'RRSIG', 'CNAME', 'SignatureForCNameRecord');
+INSERT INTO records (zone_id, name, rname, ttl, rdtype, rdata)
+    VALUES (1, 'cname-int.example.com.', 'com.example.cname-int',
+        3600, 'CNAME', 'www.example.com.');
+INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
+    VALUES (1, 'cname-int.example.com.', 'example.com.cname-int',
+        3600, 'RRSIG', 'CNAME', 'SignatureForCNameRecord');
+INSERT INTO records (zone_id, name, rname, ttl, rdtype, rdata)
+    VALUES (1, 'cname-ext.example.com.', 'com.example.cname-ext',
+        3600, 'CNAME', 'www.sql1.example.com.');
+INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
+    VALUES (1, 'cname-ext.example.com.', 'example.com.cname-ext',
+        3600, 'RRSIG', 'CNAME', 'SignatureForCNameRecord');
+INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
     VALUES (1, 'example.com.', 'com.example',
         3600, 'RRSIG', 'SOA', "SignatureForSOARecords");
 INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
@@ -37,9 +52,6 @@
 INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
     VALUES (1, 'www.example.com.', 'com.example.www',
         3600, 'RRSIG', 'A', "SignatureForARecords");
-INSERT INTO records (zone_id, name, rname, ttl, rdtype, sigtype, rdata)
-    VALUES (1, 'foo.example.com.', 'example.com.foo',
-        3600, 'RRSIG', 'CNAME', 'SignatureForCNameRecord');
 
 -- id 2
 INSERT INTO zones (id, name, rdclass, dnssec)




More information about the bind10-changes mailing list