From 2868291ab5d4deba4d61c110f92dc397807702c7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 14 Sep 2000 03:39:23 +0000 Subject: [PATCH] 455. [doc] Document IPv4 prefix notation does not require a dotted decimal quad but may be just dotted decimal. --- CHANGES | 3 +++ doc/arm/Bv9ARM-book.xml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8528d10b4e..8ee9ac30bb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 455. [doc] Document IPv4 prefix notation does not require a + dotted decimal quad but may be just dotted decimal. + 454. [bug] Enforce dotted decimal and dotted decimal quad where documented as such in named.conf. [RT #304, RT#311] diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 2f2337d810..fb8772d5aa 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + @@ -1681,6 +1681,7 @@ select a random high-numbered port. ip_prefix An IP network specified as an ip_addr, followed by a slash (`/') and then the number of bits in the netmask. +Trailing zeros in a ip_addr may omitted. For example, 127/8 is the network 127.0.0.0 with netmask 255.0.0.0 and 1.2.3.0/28 is network 1.2.3.0 with netmask 255.255.255.240.