]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the XSK documentation
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Oct 2025 11:33:53 +0000 (13:33 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Oct 2025 11:33:53 +0000 (13:33 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/reference/xsk.rst

index d095024758dc3bb0da813aa0883b34591d2d3923..03c20cb62cb7432009622c9d645f75c6265e91d0 100644 (file)
@@ -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