From ed3a5bde7ba0f0c5d2dbfbb421f4be829b7413e7 Mon Sep 17 00:00:00 2001 From: Reinier Schoof Date: Thu, 16 Aug 2018 13:28:50 +0200 Subject: [PATCH] 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 --- pdns/dnsdistdist/docs/reference/ebpf.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2