mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
2445. [doc] ARM out-of-date on empty reverse zones (list includes
RFC1918 address, but these are not yet compiled in).
[RT #18578]
This commit is contained in:
parent
ce688d6594
commit
cfef379926
2 changed files with 11 additions and 3 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
2445. [doc] ARM out-of-date on empty reverse zones (list includes
|
||||
RFC1918 address, but these are not yet compiled in).
|
||||
[RT #18578]
|
||||
|
||||
2444. [port] Linux, FreeBSD, AIX: Turn off path mtu discovery
|
||||
(clear DF) for UDP responses and requests.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.366 2008/09/11 21:22:14 jreed Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.367 2008/09/23 03:59:16 marka Exp $ -->
|
||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
||||
|
|
@ -7748,9 +7748,8 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||
<para>
|
||||
The current list of empty zones is:
|
||||
<itemizedlist>
|
||||
<!-- XXX: The RFC1918 addresses are #defined out in sources currently.
|
||||
<listitem>10.IN-ADDR.ARPA</listitem>
|
||||
<listitem>127.IN-ADDR.ARPA</listitem>
|
||||
<listitem>254.169.IN-ADDR.ARPA</listitem>
|
||||
<listitem>16.172.IN-ADDR.ARPA</listitem>
|
||||
<listitem>17.172.IN-ADDR.ARPA</listitem>
|
||||
<listitem>18.172.IN-ADDR.ARPA</listitem>
|
||||
|
|
@ -7768,7 +7767,12 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||
<listitem>30.172.IN-ADDR.ARPA</listitem>
|
||||
<listitem>31.172.IN-ADDR.ARPA</listitem>
|
||||
<listitem>168.192.IN-ADDR.ARPA</listitem>
|
||||
XXX: end of RFC1918 addresses #defined out -->
|
||||
<listitem>0.IN-ADDR.ARPA</listitem>
|
||||
<listitem>127.IN-ADDR.ARPA</listitem>
|
||||
<listitem>254.169.IN-ADDR.ARPA</listitem>
|
||||
<listitem>2.0.192.IN-ADDR.ARPA</listitem>
|
||||
<listitem>255.255.255.255.IN-ADDR.ARPA</listitem>
|
||||
<listitem>0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA</listitem>
|
||||
<listitem>1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA</listitem>
|
||||
<listitem>D.F.IP6.ARPA</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue