From: Remi Gacogne Date: Tue, 23 Jul 2019 12:21:57 +0000 (+0200) Subject: dnsdist: Document that ContinueAction() will be added in 1.4.0 X-Git-Tag: dnsdist-1.4.0-rc1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8117%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Document that ContinueAction() will be added in 1.4.0 --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index db990693ba..a5879eb965 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -854,6 +854,8 @@ The following actions exist. .. function:: ContinueAction(action) + .. versionadded:: 1.4.0 + Execute the specified action and override its return with None, making it possible to continue the processing. Subsequent rules are processed after this action.