From: Y7n05h Date: Thu, 14 Apr 2022 15:26:22 +0000 (+0800) Subject: Update pdns/dnsdistdist/docs/reference/ebpf.rst X-Git-Tag: auth-4.8.0-alpha0~137^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2514b5c361541432030dcf7d17c1aa01a9f03ae;p=thirdparty%2Fpdns.git Update pdns/dnsdistdist/docs/reference/ebpf.rst Co-authored-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/docs/reference/ebpf.rst b/pdns/dnsdistdist/docs/reference/ebpf.rst index 7d917b772a..31dcdbf3c2 100644 --- a/pdns/dnsdistdist/docs/reference/ebpf.rst +++ b/pdns/dnsdistdist/docs/reference/ebpf.rst @@ -28,12 +28,12 @@ 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 a given map. Default is 0 which will not allow any entry at all. - * ``ipv4PinnedPath``: int - The filesystem path this map should be pinned to. - * ``ipv6MaxItems``: int - The maximum number of entries in a given map. Default is 0 which will not allow any entry at all. - * ``ipv6PinnedPath``: int - The filesystem path this map should be pinned to. - * ``qnamesMaxItems``: int - The maximum number of entries in a given map. Default is 0 which will not allow any entry at all. - * ``qnamesPinnedPath``: int - The filesystem path this map should be pinned to. + * ``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. + * ``ipv6PinnedPath``: 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. .. function:: newDynBPFFilter(bpf) -> DynBPFFilter