Browse Source

[2108] Fix zone file comments

Mukund Sivaraman 12 years ago
parent
commit
f4ceb192dd

+ 1 - 1
src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone

@@ -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
 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.				      7200  IN A	192.168.0.1
 a.example.org.				      3600  IN CNAME	foo.example.com.
 a.example.org.				      3600  IN CNAME	foo.example.com.

+ 1 - 1
src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone

@@ -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
 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.				      3600  IN CNAME	foo.example.com.
 a.example.org.				      7200  IN A	192.168.0.1
 a.example.org.				      7200  IN A	192.168.0.1