![]() |
Kea 2.2.0
|
#include <config.h>#include <eval/dependency.h>#include <dhcpsrv/client_class_def.h>#include <dhcpsrv/cfgmgr.h>#include <dhcpsrv/parsers/client_class_def_parser.h>#include <boost/foreach.hpp>#include <queue>
Include dependency graph for client_class_def.cc: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. More... | |
| 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. More... | |
| 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. More... | |
| std::list< std::string > | isc::dhcp::builtinPrefixes |
| List of built-in client class prefixes i.e. More... | |