]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Add missing QPSAction 5686/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 13 Sep 2017 09:33:19 +0000 (11:33 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 13 Sep 2017 09:33:19 +0000 (11:33 +0200)
commit8499caafb7eeedd63e0e7db6c79dbbcbe1def320
treeec93507be609ff19821453acfa6406d75545099b
parent49ed3802f62d9bd74f3cd5d38ea3263bc0c4f3d2
dnsdist: Add missing QPSAction

In 1.2.0 we deprecated the `addQPSLimit()` function, suggesting the
use of `QPSAction()` as a replacement, but the Lua binding for
`QPSAction()` was missing. In addition the documenration was referring
to `QPSLimitAction()` instead of `QPSAction()`.
pdns/dnsdist-lua.cc
pdns/dnsdistdist/docs/rules-actions.rst
regression-tests.dnsdist/test_Advanced.py