Sumit,
Double check your getSOA prototype is *exactly* identical to the getSOA in
DNSBackend! Otherwise the parent class getSOA will get called, which will
call lookup for you.
Also, could we move this discussion to pdns-...@mailman.powerdns.com?
Thanks!
Bert
On Thu, Aug 20, 2015 at 12
Hi,
Ever since i rebased my branch & updated my backend to use the new APIs, my
SOA lookups are going to
void lookup(const QType &type, const DNSName &qname, DNSPacket *pkt_p, int
zoneId)
instead of
bool getSOA(const string &name, SOAData &soadata, DNSPacket *p = 0)
I have made the changes to f