27 static const SubnetID SUBNET_ID_GLOBAL = 0;
29 static const SubnetID SUBNET_ID_MAX = std::numeric_limits<uint32_t>::max()-1;
31 static const SubnetID SUBNET_ID_UNUSED = std::numeric_limits<uint32_t>::max();
Exception thrown upon attempt to add subnet with an ID that belongs to the subnet that already exists...
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
This is a base class for exceptions thrown from the DNS library module.
Defines the logger used by the top-level component of kea-dhcp-ddns.
uint32_t SubnetID
Unique identifier for a subnet (both v4 and v6)
DuplicateSubnetID(const char *file, size_t line, const char *what)