virtual bool deactivateDomainKey(const string& name, unsigned int id);
virtual bool getTSIGKey(const string& name, string* algorithm, string* content);
static void createDNSSECDB(const string& fname);
+ virtual bool doesDNSSEC();
// end of DNSSEC
void Bind2Backend::createDNSSECDB(const string& fname)
{}
+bool Bind2Backend::doesDNSSEC()
+{ return false; }
+
bool Bind2Backend::getNSEC3PARAM(const std::string& zname, NSEC3PARAMRecordContent* ns3p)
{ return false; }
}
}
+bool Bind2Backend::doesDNSSEC()
+{
+ return true;
+}
bool Bind2Backend::getNSEC3PARAM(const std::string& zname, NSEC3PARAMRecordContent* ns3p)
{