]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones
authorMark Andrews <marka@isc.org>
Sun, 2 Dec 2007 18:56:03 +0000 (18:56 +0000)
committerMark Andrews <marka@isc.org>
Sun, 2 Dec 2007 18:56:03 +0000 (18:56 +0000)
                        list.

CHANGES
bin/named/server.c

diff --git a/CHANGES b/CHANGES
index 8bd9f272471d22cedea7b7353f39c104bd5345c7..c21de60ecd09715e91975e4747b5b46ccf0fec18 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2268.  [bug]           0.IN-ADDR.ARPA was missing from the empty zones
+                       list.
+
        --- 9.5.0b1 released ---
 
 2267.   [bug]           Radix tree node_num value could be set incorrectly,
index 2a468801633ad85685f60c4d3396028a1ca3a5f6..802c6af05646540f052044fa879b912731eff7c9 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.493 2007/11/26 02:43:53 marka Exp $ */
+/* $Id: server.c,v 1.494 2007/12/02 18:56:03 marka Exp $ */
 
 /*! \file */
 
@@ -201,6 +201,7 @@ static const struct {
 #endif
 
        /* RFC 3330 */
+       { "0.IN-ADDR.ARPA", ISC_FALSE },        /* THIS NETWORK */
        { "127.IN-ADDR.ARPA", ISC_FALSE },      /* LOOPBACK */
        { "254.169.IN-ADDR.ARPA", ISC_FALSE },  /* LINK LOCAL */
        { "2.0.192.IN-ADDR.ARPA", ISC_FALSE },  /* TEST NET */