]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2108] Fix zone file comments
authorMukund Sivaraman <muks@isc.org>
Mon, 10 Sep 2012 04:11:50 +0000 (09:41 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 10 Sep 2012 04:11:50 +0000 (09:41 +0530)
src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone
src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone

index d44762d785d87a7b5aa47c3ce00117bb9a0c8731..5533663f69fd4893fa25ceeaefd9803171f73c9a 100644 (file)
@@ -1,4 +1,4 @@
-;; NSEC3 names with labels != (origin_labels + 1)
+;; CNAME + other is an error
 example.org.                                 86400 IN SOA      ns.example.org. ns.example.org. 2012091009 7200 3600 2592000 1200
 a.example.org.                               7200  IN A        192.168.0.1
 a.example.org.                               3600  IN CNAME    foo.example.com.
index bca72cb499eb052da6ebc2af4c1a614fc4eeee43..966aeeb9a50dc95f50c3d902c04b7c83af2b6b4f 100644 (file)
@@ -1,4 +1,4 @@
-;; NSEC3 names with labels != (origin_labels + 1)
+;; CNAME + other is an error
 example.org.                                 86400 IN SOA      ns.example.org. ns.example.org. 2012091007 7200 3600 2592000 1200
 a.example.org.                               3600  IN CNAME    foo.example.com.
 a.example.org.                               7200  IN A        192.168.0.1