]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix rpz-client-ip documentation [RT #39783]
authorWitold Krecicki <wpk@isc.org>
Fri, 19 Jun 2015 08:23:53 +0000 (10:23 +0200)
committerWitold Krecicki <wpk@isc.org>
Fri, 19 Jun 2015 08:23:53 +0000 (10:23 +0200)
CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index 65ff4cd30878680b47a438d0a77b4e9b5f15a5b8..1d02ba214a3b6892ddd73479bb5816a93af5a3ed 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+4139.  [doc]           fix rpz-client-ip documentation [RT #39783]
+
 4138.  [bug]           An uninitialized value in validator.c could result
                        in an assertion failure. (CVE-2015-4620) [RT #39795]
 
index 27cc9a597eb6ccccd4999f5adc1c22a8486c29af..633ff0d169f1312caba9c97f07e23ced3c315211 100644 (file)
@@ -9862,7 +9862,7 @@ deny-answer-aliases { "example.net"; };
                    policy zone origin name
                    and encode an address or address block.
                    IPv4 addresses are represented as
-                   <userinput>prefixlength.B4.B3.B2.B1.rpz-ip</userinput>.
+                   <userinput>prefixlength.B4.B3.B2.B1.rpz-client-ip</userinput>.
                    The IPv4 prefix length must be between 1 and 32.
                    All four bytes, B4, B3, B2, and B1, must be present.
                    B4 is the decimal value of the least significant byte of the
@@ -9872,16 +9872,18 @@ deny-answer-aliases { "example.net"; };
                  <para>
                    IPv6 addresses are encoded in a format similar
                    to the standard IPv6 text representation,
-                   <userinput>prefixlength.W8.W7.W6.W5.W4.W3.W2.W1.rpz-ip</userinput>.
+                   <userinput>prefixlength.W8.W7.W6.W5.W4.W3.W2.W1.rpz-client-ip</userinput>.
                    Each of W8,...,W1 is a one to four digit hexadecimal number
                    representing 16 bits of the IPv6 address as in the standard 
-                   text representation of IPv6 addresses,
-                   but reversed as in IN-ADDR.ARPA.
+                   text representation of IPv6 addresses, but reversed as in
+                   IP6.ARPA. (Note that this representation of IPv6
+                   address is different from IP6.ARPA where each hex
+                   digit occupies a label.)
                    All 8 words must be present except when one set of consecutive
                    zero words is replaced with <userinput>.zz.</userinput>
                    analogous to double colons (::) in standard IPv6 text
                    encodings.
-                   The IPv6 prefix length must be between 64 and 128.
+                   The IPv6 prefix length must be between 1 and 128.
                  </para>
                </listitem>
              </varlistentry>