BIND 10 trac2390, updated. d137c73c57c36b92167c7dc6563e163a18c97aa0 [2390] Update zones to start using relative names
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jan 28 07:36:43 UTC 2013
The branch, trac2390 has been updated
via d137c73c57c36b92167c7dc6563e163a18c97aa0 (commit)
from 8abe1c291c6d2869b59b3992cdbcd4fae51fe665 (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 d137c73c57c36b92167c7dc6563e163a18c97aa0
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jan 28 13:06:20 2013 +0530
[2390] Update zones to start using relative names
-----------------------------------------------------------------------
Summary of changes:
src/bin/loadzone/tests/correct/example.db | 14 ++++----------
src/bin/loadzone/tests/correct/include.db | 4 +---
src/bin/loadzone/tests/correct/mix1.db | 4 +---
src/bin/loadzone/tests/correct/mix2.db | 4 +---
src/bin/loadzone/tests/correct/ttl1.db | 4 +---
src/bin/loadzone/tests/correct/ttl2.db | 4 +---
src/bin/loadzone/tests/correct/ttlext.db | 4 +---
7 files changed, 10 insertions(+), 28 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/loadzone/tests/correct/example.db b/src/bin/loadzone/tests/correct/example.db
index 38d1329..fe012cf 100644
--- a/src/bin/loadzone/tests/correct/example.db
+++ b/src/bin/loadzone/tests/correct/example.db
@@ -2,17 +2,11 @@
$ORIGIN example.com.
$TTL 60
@ IN SOA ns1.example.com. hostmaster.example.com. (1 43200 900 1814400 7200)
-; these need #2390
-; IN 20 NS ns1
-; NS ns2
- IN 20 NS ns1.example.com.
- NS ns2.example.com.
+ IN 20 NS ns1
+ NS ns2
ns1 IN 30 A 192.168.1.102
-; these need #2390
-; 70 NS ns3
-; IN NS ns4
- 70 NS ns3.example.com.
- IN NS ns4.example.com.
+ 70 NS ns3
+ IN NS ns4
10 IN MX 10 mail.example.com.
ns2 80 A 1.1.1.1
ns3 IN A 2.2.2.2
diff --git a/src/bin/loadzone/tests/correct/include.db b/src/bin/loadzone/tests/correct/include.db
index 53871bb..f60a240 100644
--- a/src/bin/loadzone/tests/correct/include.db
+++ b/src/bin/loadzone/tests/correct/include.db
@@ -7,9 +7,7 @@ $TTL 300
1814400
3600
)
-; this needs #2390
-; NS ns
- NS ns.include.
+ NS ns
ns A 127.0.0.1
diff --git a/src/bin/loadzone/tests/correct/mix1.db b/src/bin/loadzone/tests/correct/mix1.db
index 059fde7..a9d58a8 100644
--- a/src/bin/loadzone/tests/correct/mix1.db
+++ b/src/bin/loadzone/tests/correct/mix1.db
@@ -6,9 +6,7 @@ $ORIGIN mix1.
1814400
3
)
-; this needs #2390
-; NS ns
- NS ns.mix1.
+ NS ns
ns A 10.53.0.1
a TXT "soa minttl 3"
b 2 TXT "explicit ttl 2"
diff --git a/src/bin/loadzone/tests/correct/mix2.db b/src/bin/loadzone/tests/correct/mix2.db
index e89c2af..2c8153d 100644
--- a/src/bin/loadzone/tests/correct/mix2.db
+++ b/src/bin/loadzone/tests/correct/mix2.db
@@ -6,9 +6,7 @@ $ORIGIN mix2.
1814400
3
)
-; this needs #2390
-; NS ns
- NS ns.mix2.
+ NS ns
ns A 10.53.0.1
a TXT "inherited ttl 1"
$INCLUDE mix2sub1.txt
diff --git a/src/bin/loadzone/tests/correct/ttl1.db b/src/bin/loadzone/tests/correct/ttl1.db
index 7f04ff8..aa6e2bb 100644
--- a/src/bin/loadzone/tests/correct/ttl1.db
+++ b/src/bin/loadzone/tests/correct/ttl1.db
@@ -6,9 +6,7 @@ $ORIGIN ttl1.
1814400
3
)
-; this needs #2390
-; NS ns
- NS ns.ttl1.
+ NS ns
ns A 10.53.0.1
a TXT "soa minttl 3"
b 2 TXT "explicit ttl 2"
diff --git a/src/bin/loadzone/tests/correct/ttl2.db b/src/bin/loadzone/tests/correct/ttl2.db
index b7df040..f7f6eee 100644
--- a/src/bin/loadzone/tests/correct/ttl2.db
+++ b/src/bin/loadzone/tests/correct/ttl2.db
@@ -6,9 +6,7 @@ $ORIGIN ttl2.
1814400
3
)
-; this needs #2390
-; NS ns
- NS ns.ttl2.
+ NS ns
ns A 10.53.0.1
a TXT "inherited ttl 1"
b 2 TXT "explicit ttl 2"
diff --git a/src/bin/loadzone/tests/correct/ttlext.db b/src/bin/loadzone/tests/correct/ttlext.db
index 844f452..f8b96ea 100644
--- a/src/bin/loadzone/tests/correct/ttlext.db
+++ b/src/bin/loadzone/tests/correct/ttlext.db
@@ -6,9 +6,7 @@ $ORIGIN ttlext.
1814400
3
)
-; this needs #2390
-; NS ns
- NS ns.ttlext.
+ NS ns
ns A 10.53.0.1
a TXT "soa minttl 3"
b 2S TXT "explicit ttl 2"
More information about the bind10-changes
mailing list