From: Kees Monshouwer Date: Wed, 25 Dec 2013 10:38:04 +0000 (+0100) Subject: always add SOA to apex matching NSECx records X-Git-Tag: rec-3.6.0-rc1~277^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1180%2Fhead;p=thirdparty%2Fpdns.git always add SOA to apex matching NSECx records post 1dfd8ad SOA can live outside the records table --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 278f6f4bb2..5efff7aed1 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -453,20 +453,22 @@ int PacketHandler::doAdditionalProcessingAndDropAA(DNSPacket *p, DNSPacket *r, c void PacketHandler::emitNSEC(const std::string& begin, const std::string& end, const std::string& toNSEC, const SOAData& sd, DNSPacket *r, int mode) { - // <<"We should emit '"<addRecord(rr); } void emitNSEC3(DNSBackend& B, const NSEC3PARAMRecordContent& ns3prc, const SOAData& sd, const std::string& unhashed, const std::string& begin, const std::string& end, const std::string& toNSEC3, DNSPacket *r, int mode) { -// cerr<<"We should emit NSEC3 '"<addRecord(rr); }