]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: fix formatting and `external` description 12733/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 11 Apr 2023 09:37:53 +0000 (11:37 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 11 Apr 2023 09:37:53 +0000 (11:37 +0200)
pdns/dnsdistdist/docs/reference/ebpf.rst

index 2a3b4f71f13903c3642ef246c9591cf2ac2df7a9..99e508a8ff0ad71ceae7fcf9c010daf786d960b0 100644 (file)
@@ -28,6 +28,7 @@ These are all the functions, objects and methods related to the :doc:`../advance
   :param table options: A table with key: value pairs with options.
 
   Options:
+
   * ``ipv4MaxItems``: int - The maximum number of entries in the IPv4 map. Default is 0 which will not allow any entry at all.
   * ``ipv4PinnedPath``: str - The filesystem path this map should be pinned to.
   * ``ipv6MaxItems``: int - The maximum number of entries in the IPv6 map. Default is 0 which will not allow any entry at all.
@@ -38,7 +39,7 @@ These are all the functions, objects and methods related to the :doc:`../advance
   * ``cidr6PinnedPath``: str - The filesystem path this map should be pinned to.
   * ``qnamesMaxItems``: int - The maximum number of entries in the qname map. Default is 0 which will not allow any entry at all.
   * ``qnamesPinnedPath``: str - The filesystem path this map should be pinned to.
-  * ``external``: bool - If set to true, DNSDist can to load the internal eBPF program.
+  * ``external``: bool - If set to true, DNSDist does not load the internal eBPF program.
 
 .. function:: newDynBPFFilter(bpf) -> DynBPFFilter