]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/dnsdistdist/docs/reference/ebpf.rst 11535/head
authorRemi Gacogne <github@coredump.fr>
Fri, 15 Apr 2022 15:18:45 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 15:18:45 +0000 (17:18 +0200)
pdns/dnsdistdist/docs/reference/ebpf.rst

index 31dcdbf3c2502e38dda7481bafc9fee14abb007d..a7fb1ba8b891ea279d55839eb7446cbfa811f83d 100644 (file)
@@ -20,7 +20,7 @@ These are all the functions, objects and methods related to the :doc:`../advance
   .. versionchanged:: 1.7.0
     This function now supports a table for each parameters, and the ability to use pinned eBPF maps.
   .. versionchanged:: 1.8.0
-    This function now get the parameters via a table.
+    This function now gets its parameters via a table.
 
   Return a new eBPF socket filter with a maximum of maxV4 IPv4, maxV6 IPv6 and maxQNames qname entries in the block tables.
   Maps can be pinned to a filesystem path, which makes their content persistent across restarts and allows external programs to read their content and to add new entries. dnsdist will try to load maps that are pinned to a filesystem path on startups, inheriting any existing entries, and fall back to creating them if they do not exist yet. Note that the user dnsdist is running under must have the right privileges to read and write to the given file, and to go through all the directories in the path leading to that file. The pinned path must be on a filesystem of type ``BPF``, usually below ``/sys/fs/bpf/``.