Kea  1.9.9-git
zone_checker.cc File Reference
#include <config.h>
#include <dns/zone_checker.h>
#include <dns/name.h>
#include <dns/rdataclass.h>
#include <dns/rrclass.h>
#include <dns/rrtype.h>
#include <dns/rrset.h>
#include <dns/rrset_collection_base.h>
#include <boost/lexical_cast.hpp>
#include <functional>
#include <string>
+ Include dependency graph for zone_checker.cc:

Go to the source code of this file.

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::dns
 

Functions

bool isc::dns::checkZone (const Name &zone_name, const RRClass &zone_class, const RRsetCollectionBase &zone_rrsets, const ZoneCheckerCallbacks &callbacks)
 Perform basic integrity checks on zone RRsets. More...