From: Y7n05h Date: Thu, 14 Apr 2022 15:25:41 +0000 (+0800) Subject: Update pdns/dnsdistdist/docs/reference/ebpf.rst X-Git-Tag: auth-4.8.0-alpha0~137^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc9622404322218ac2b14ec1d72b7c240901de2;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 e2180ec491..7d917b772a 100644 --- a/pdns/dnsdistdist/docs/reference/ebpf.rst +++ b/pdns/dnsdistdist/docs/reference/ebpf.rst @@ -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.