From: Reinier Schoof Date: Thu, 16 Aug 2018 11:28:50 +0000 (+0200) Subject: move documentation about purgeExpired to DynBPFFilter X-Git-Tag: dnsdist-1.3.3~159^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3a5bde7ba0f0c5d2dbfbb421f4be829b7413e7;p=thirdparty%2Fpdns.git move documentation about purgeExpired to DynBPFFilter purgeExpired is a method of DynBPFFilter and not BPFFilter so it was moved to the proper section in the document --- diff --git a/pdns/dnsdistdist/docs/reference/ebpf.rst b/pdns/dnsdistdist/docs/reference/ebpf.rst index 4c432a2351..689dddd481 100644 --- a/pdns/dnsdistdist/docs/reference/ebpf.rst +++ b/pdns/dnsdistdist/docs/reference/ebpf.rst @@ -74,10 +74,6 @@ These are all the functions, objects and methods related to the :doc:`../advance Print the block tables. - .. method:: BPFFilter:purgeExpired() - - Remove the expired ephemeral rules associated with this filter. - .. method:: BPFFilter:unblock(address) Unblock this address. @@ -95,6 +91,10 @@ These are all the functions, objects and methods related to the :doc:`../advance Represents an dynamic eBPF filter, allowing the use of ephemeral rules to an existing eBPF filter. + .. method:: DynBPFFilter:purgeExpired() + + Remove the expired ephemeral rules associated with this filter. + .. method:: DynBPFFilter:excludeRange(netmasks) .. versionadded:: 1.3.3