![]() |
Kea 3.1.1
|
#include <config.h>
#include <subnet_cmds.h>
#include <subnet_cmds_log.h>
#include <cc/command_interpreter.h>
#include <exceptions/exceptions.h>
#include <dhcpsrv/cfgmgr.h>
#include <dhcpsrv/cfg_subnets4.h>
#include <dhcpsrv/cfg_subnets6.h>
#include <dhcpsrv/shared_network.h>
#include <dhcpsrv/parsers/dhcp_parsers.h>
#include <dhcpsrv/parsers/simple_parser4.h>
#include <dhcpsrv/parsers/simple_parser6.h>
#include <dhcpsrv/parsers/shared_network_parser.h>
#include <util/multi_threading_mgr.h>
#include <sstream>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | isc::subnet_cmds::ConfigDiffManager< SubnetConfigParserType > |
Manager which handles the delta (differences) between two subnets serialized as a JSON tree (usually a user provided subnet configuration and an already existing subnet configuration). More... | |
class | isc::subnet_cmds::SubnetCmdsImpl |
Implementation of the SubnetCmds class. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::subnet_cmds |
Enumerations | |
enum | isc::subnet_cmds::UpdateType { isc::subnet_cmds::UPDATE_REPLACE , isc::subnet_cmds::UPDATE_DELTA_ADD , isc::subnet_cmds::UPDATE_DELTA_DEL } |
Type of subnet update. More... | |