mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones
list.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones
|
||||||
|
list.
|
||||||
|
|
||||||
--- 9.5.0b1 released ---
|
--- 9.5.0b1 released ---
|
||||||
|
|
||||||
2267. [bug] Radix tree node_num value could be set incorrectly,
|
2267. [bug] Radix tree node_num value could be set incorrectly,
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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 */
|
/*! \file */
|
||||||
|
|
||||||
@@ -201,6 +201,7 @@ static const struct {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* RFC 3330 */
|
/* RFC 3330 */
|
||||||
|
{ "0.IN-ADDR.ARPA", ISC_FALSE }, /* THIS NETWORK */
|
||||||
{ "127.IN-ADDR.ARPA", ISC_FALSE }, /* LOOPBACK */
|
{ "127.IN-ADDR.ARPA", ISC_FALSE }, /* LOOPBACK */
|
||||||
{ "254.169.IN-ADDR.ARPA", ISC_FALSE }, /* LINK LOCAL */
|
{ "254.169.IN-ADDR.ARPA", ISC_FALSE }, /* LINK LOCAL */
|
||||||
{ "2.0.192.IN-ADDR.ARPA", ISC_FALSE }, /* TEST NET */
|
{ "2.0.192.IN-ADDR.ARPA", ISC_FALSE }, /* TEST NET */
|
||||||
|
Reference in New Issue
Block a user