Kea
1.9.9-git
|
#include <config.h>
#include <eval/dependency.h>
#include <dhcpsrv/client_class_def.h>
#include <dhcpsrv/cfgmgr.h>
#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
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 built-in client class names. More... | |
std::list< std::string > | isc::dhcp::builtinPrefixes |
List of built-in client class prefixes i.e. More... | |