2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones

list.
This commit is contained in:
Mark Andrews 2007-12-02 18:56:03 +00:00
parent a2ace9a70e
commit c4dc5966e0
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View 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 */