BIND 10 trac2430, updated. 981f0d20d284b83e4d5d624d0120954d341e865a [2430] Use $GENERATE in NS records too
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 3 05:29:35 UTC 2014
The branch, trac2430 has been updated
via 981f0d20d284b83e4d5d624d0120954d341e865a (commit)
from 34802a0ac819bc875d6f980407e090320130ffe3 (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 981f0d20d284b83e4d5d624d0120954d341e865a
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Feb 3 10:59:23 2014 +0530
[2430] Use $GENERATE in NS records too
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/data/generate.zone | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/data/generate.zone b/tests/lettuce/data/generate.zone
index 4ea08db..f558372 100644
--- a/tests/lettuce/data/generate.zone
+++ b/tests/lettuce/data/generate.zone
@@ -1,6 +1,4 @@
$ORIGIN example.org.
-example.org. 3600 IN SOA ns1.example.org. admin.example.org. 12341 3600 1800 2419200 7200
-example.org. 3600 IN NS ns1.example.org.
-example.org. 3600 IN NS ns2.example.org.
-
+example.org. 3600 IN SOA ns1.example.org. admin.example.org. 12341 3600 1800 2419200 7200
+$GENERATE 1-2 @ NS ns$.example.org.
$GENERATE 1-4 host$ A 192.0.2.$
More information about the bind10-changes
mailing list