PowerDNS / pdns

PowerDNS Authoritative, PowerDNS Recursor, dnsdist
https://www.powerdns.com/
GNU General Public License v2.0
3.63k stars 904 forks source link

Lua DNSName equality should support == #4552

Open Habbie opened 7 years ago

Habbie commented 7 years ago

Because remembering :equal is awkward.

Habbie commented 7 years ago

related: https://github.com/tomaka/luawrapper/issues/31

tcely commented 6 years ago

Is this resolved now with the recent changes?

zeha commented 6 years ago

Not so sure; a quick modification of the recursor tests to use dq.qname == 'www5.example.net' instead of dq.qname:equal('www5.example.net') doesn't seem to work...