]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document forwarders config port and dscp param
authorMatthijs Mekking <matthijs@isc.org>
Mon, 13 Jan 2020 09:42:21 +0000 (10:42 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 6 Feb 2020 09:06:22 +0000 (10:06 +0100)
(cherry picked from commit be3a11029a336f6a3d66bbd89ab72c3eb7b3caa1)

CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index b59e2aa6ecfa849835f28ddc4a046824cf6135fe..32aeed5e15e3f9d772479372315e2b632aaa9d97 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5353.  [doc]           Document port and dscp parameters in forwarders
+                       configuration option. [GL !914]
+
 5352.  [bug]           Correctly handle catalog zone entries containing
                        characters that aren't legal in filenames. [GL #1592]
 
index bda7f31821d9b0324623620ffd5da035642f4f1d..9724f5ed08961d3cb39649d1ec20b8c8897442ea 100644 (file)
@@ -6894,9 +6894,11 @@ options {
              <term><command>forwarders</command></term>
              <listitem>
                <para>
-                 Specifies the IP addresses to be used
-                 for forwarding. The default is the empty list (no
-                 forwarding).
+                 Specifies a list of IP addresses to which queries shall be
+                 forwarded. The default is the empty list (no forwarding).
+                 Each address in the list can be associated with an optional
+                 port number and/or DSCP value, and a default port number and
+                 DSCP value can be set for the entire list.
                </para>
              </listitem>
            </varlistentry>