]> 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 08:23:50 +0000 (09:23 +0100)
CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index b2cbd80795ed987ae0b8ab0ebd40c0c0efce0028..4fd06eefae826f1882ddd192495978cf9c6afa9e 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 224c6f8944e86d8932fa90cb7441c7abd72c08dd..75731470c21e064caeea35df39fe0e994a1fa86f 100644 (file)
@@ -6866,9 +6866,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>