]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/dnsdistdist/docs/reference/ebpf.rst
authorY7n05h <Y7n05h@protonmail.com>
Thu, 14 Apr 2022 15:25:41 +0000 (23:25 +0800)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 15:25:41 +0000 (23:25 +0800)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/dnsdistdist/docs/reference/ebpf.rst

index e2180ec4910840b1b46d3c32dd36b69f5d0c71e2..7d917b772a1f7e8033b78e2e52d845c5fde88b1f 100644 (file)
@@ -14,6 +14,8 @@ These are all the functions, objects and methods related to the :doc:`../advance
   :param str msg: A message to display while inserting the block
 
 .. function:: newBPFFilter(options) -> BPFFilter
+              newBPFFilter(v4Parameters, v6Parameters, qnamesParameters) -> BPFFilter (1.7.x)
+              newBPFFilter(maxV4, maxV6, maxQNames) -> BPFFilter (before 1.7.0)
 
   .. versionchanged:: 1.7.0
     This function now supports a table for each parameters, and the ability to use pinned eBPF maps.