]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Add getTag()/setTag() Lua bindings for a DNSResponse 8782/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 5 Feb 2020 09:07:08 +0000 (10:07 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 5 Feb 2020 09:07:08 +0000 (10:07 +0100)
commitacf86c7a20e69db846be7613169f643fc8b04b70
treee068b13ff0902e81982712c90973fd146a8b982a
parentcddf2f4eee49c030f0c8fa88248149a166184e4d
dnsdist: Add getTag()/setTag() Lua bindings for a DNSResponse

LuaWrapper doesn't support inheritance, so even though DNSResponse
inherits from the DNSQuestion object the bindings are not inherited.
pdns/dnsdist-lua-bindings-dnsquestion.cc