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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f2cbf15c2be4ce81dde764c734fd23507ec229b;p=pdns 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 db990693b..a5879eb96 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.