From 7af442d277d52de295413006bd05deab1dfdcf46 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 6 May 2025 15:45:19 +0200 Subject: [PATCH] dnsdist: Fix outdated YAML settings documentation The version present in our repository was not in sync with recently made changes. --- pdns/dnsdistdist/docs/reference/yaml-settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/reference/yaml-settings.rst b/pdns/dnsdistdist/docs/reference/yaml-settings.rst index 404ae462dd..546d6b9454 100644 --- a/pdns/dnsdistdist/docs/reference/yaml-settings.rst +++ b/pdns/dnsdistdist/docs/reference/yaml-settings.rst @@ -56,7 +56,7 @@ GlobalConfiguration - **webserver**: :ref:`WebserverConfiguration ` - Internal web server configuration - **xfr_response_rules**: Sequence of :ref:`ResponseRuleConfiguration ` - List of rules executed when a XFR response is received - **xsk**: Sequence of :ref:`XskConfiguration ` - List of AF_XDP / XSK objects -- **timeout_response_rules**: Sequence of :ref:`ResponseRuleConfiguration ` - List of rules executed when a timeout event occurred +- **timeout_response_rules**: Sequence of :ref:`ResponseRuleConfiguration ` - List of rules executed when a timeout event triggered from timer expiration or network I/O error. Note that this rule is intent only for an action to restart a timed-out or network I/O failed query. @@ -101,7 +101,7 @@ Generic settings for backends - **mac_address**: String ``("")`` - When the ``xsk`` option is set, this parameter can be used to specify the destination MAC address to use to reach the backend. If this options is not specified, dnsdist will try to get it from the IP of the backend by looking into the system's MAC address table, but it will fail if the corresponding MAC address is not present - **cpus**: String ``("")`` - Set the CPU affinity for this thread, asking the scheduler to run it on a single CPU id, or a set of CPU ids. This parameter is only available if the OS provides the ``pthread_setaffinity_np()`` function - **xsk**: String ``("")`` - The name of an XSK sockets map to attach to this frontend, if any -- **dscp**: Unsigned integer ``(0)`` - The DSCP marking value to be applied. Range 0-63. Default is 0 which means no action for DSCP marking. +- **dscp**: Unsigned integer ``(0)`` - The DSCP marking value to be applied. Range 0-63. Default is 0 which means no action for DSCP marking .. _yaml-settings-BindConfiguration: -- 2.47.2