summaryrefslogtreecommitdiff
path: root/bin/tests/system/inline/ns2/named.conf
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2014-02-11 08:59:45 -0700
committerInternet Software Consortium, Inc <@isc.org>2014-02-11 08:59:45 -0700
commit892b23e1710e6770b12c3aa952eb2cdc9ab4bc1b (patch)
tree3acd1d7a8f4a84143c133a21b60053ef06b85991 /bin/tests/system/inline/ns2/named.conf
parentc52b164320c899310b370875e150acdba3d286c0 (diff)
downloadbind9-892b23e1710e6770b12c3aa952eb2cdc9ab4bc1b.tar.gz
9.9.5b1
Diffstat (limited to 'bin/tests/system/inline/ns2/named.conf')
-rw-r--r--bin/tests/system/inline/ns2/named.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/tests/system/inline/ns2/named.conf b/bin/tests/system/inline/ns2/named.conf
index 9168a6b1..c7e8d47b 100644
--- a/bin/tests/system/inline/ns2/named.conf
+++ b/bin/tests/system/inline/ns2/named.conf
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id$ */
+/* $Id: named.conf,v 1.4 2012/02/23 07:09:28 tbox Exp $ */
// NS2
@@ -48,3 +48,10 @@ zone "retransfer" {
allow-update { any; };
notify no;
};
+
+zone "retransfer3" {
+ type master;
+ file "retransfer.db";
+ allow-update { any; };
+ notify no;
+};