]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Display DynBlocks' default action, None, as the global one 6835/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 8 Aug 2018 15:47:37 +0000 (17:47 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 8 Aug 2018 15:47:37 +0000 (17:47 +0200)
commit693f7ebabe9c227128a0ca7879a9d518c2ae52b8
tree62701dd8dd7dbbca95a4af55dfbd2d019d20024f
parentf8c8066a44c7e7af1f65584e57ce07583a51d6a2
dnsdist: Display DynBlocks' default action, None, as the global one

The default action for a dynamic block is Action::None, which doesn't
mean that nothing will be done but that the global action will be
applied instead. We failed to display that correctly in the console
and via the API.
pdns/dnsdist-lua.cc
pdns/dnsdist-web.cc