From: Remi Gacogne Date: Tue, 7 Oct 2025 11:33:53 +0000 (+0200) Subject: dnsdist: Fix a typo in the XSK documentation X-Git-Tag: rec-5.4.0-alpha1~223^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbd147119da9233904b5457c86519d597ef87462;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the XSK documentation Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/docs/reference/xsk.rst b/pdns/dnsdistdist/docs/reference/xsk.rst index d095024758..03c20cb62c 100644 --- a/pdns/dnsdistdist/docs/reference/xsk.rst +++ b/pdns/dnsdistdist/docs/reference/xsk.rst @@ -22,7 +22,7 @@ These are all the functions, objects and methods related to :doc:`../advanced/xs .. versionadded:: 1.9.0 - Represents a ``XSK`` / ``AF_XDP`` socket tied to a specific network interface and queue. This object can be created via :func:``newXSK`` and passed to :func:`addLocal` to use XSK for ``UDP`` packets between clients and dnsdist. It can also be passed to ``newServer`` to use XSK for ``UDP`` packets between dnsdist a backend. + Represents a ``XSK`` / ``AF_XDP`` socket tied to a specific network interface and queue. This object can be created via :func:`newXSK` and passed to :func:`addLocal` to use XSK for ``UDP`` packets between clients and dnsdist. It can also be passed to ``newServer`` to use XSK for ``UDP`` packets between dnsdist a backend. .. method:: XskSocket:getMetrics() -> str