BIND 10 trac2108_3, updated. f4ceb192ddc140409230eef5ecc55a13f04059f5 [2108] Fix zone file comments

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Sep 10 04:12:04 UTC 2012


The branch, trac2108_3 has been updated
       via  f4ceb192ddc140409230eef5ecc55a13f04059f5 (commit)
      from  e898d07a4540cc9783779f0f39ddcf8264419068 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f4ceb192ddc140409230eef5ecc55a13f04059f5
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Sep 10 09:41:50 2012 +0530

    [2108] Fix zone file comments

-----------------------------------------------------------------------

Summary of changes:
 .../testdata/example.org-cname-and-not-nsec-1.zone |    2 +-
 .../testdata/example.org-cname-and-not-nsec-2.zone |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone b/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone
index d44762d..5533663 100644
--- a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-1.zone
+++ b/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
 a.example.org.				      7200  IN A	192.168.0.1
 a.example.org.				      3600  IN CNAME	foo.example.com.
diff --git a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone b/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone
index bca72cb..966aeeb 100644
--- a/src/lib/datasrc/memory/tests/testdata/example.org-cname-and-not-nsec-2.zone
+++ b/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
 a.example.org.				      3600  IN CNAME	foo.example.com.
 a.example.org.				      7200  IN A	192.168.0.1



More information about the bind10-changes mailing list