Kea 2.7.5
|
#include <config.h>
#include <eval/dependency.h>
#include <eval/evaluate.h>
#include <eval/eval_log.h>
#include <dhcpsrv/client_class_def.h>
#include <dhcpsrv/cfgmgr.h>
#include <dhcpsrv/dhcpsrv_log.h>
#include <dhcpsrv/parsers/client_class_def_parser.h>
#include <queue>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Functions | |
bool | isc::dhcp::isClientClassBuiltIn (const ClientClass &client_class) |
Check if a client class name is builtin. | |
bool | isc::dhcp::isClientClassDefined (ClientClassDictionaryPtr &class_dictionary, bool &depend_on_known, const ClientClass &client_class) |
Check if a client class name is already defined, i.e. | |
std::ostream & | isc::dhcp::operator<< (std::ostream &os, const ClientClassDef &x) |
Variables | |
std::list< std::string > | isc::dhcp::builtinNames |
List of classes for which test expressions cannot be defined. | |
std::list< std::string > | isc::dhcp::builtinPrefixes |
The prefixes used to check if a class is BuiltIn class. | |