Kea 2.7.5
|
#include <asiolink/io_address.h>
#include <cc/cfg_to_element.h>
#include <dhcp/pkt4.h>
#include <dhcpsrv/cfg_shared_networks.h>
#include <dhcpsrv/subnet.h>
#include <dhcpsrv/subnet_id.h>
#include <dhcpsrv/subnet_selector.h>
#include <boost/shared_ptr.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgSubnets4 |
Holds subnets configured for the DHCPv4 server. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
Pointer to the @c CfgSubnets4 objects. | |
typedef boost::shared_ptr< CfgSubnets4 > | isc::dhcp::CfgSubnets4Ptr |
Non-const pointer. | |
typedef boost::shared_ptr< const CfgSubnets4 > | isc::dhcp::ConstCfgSubnets4Ptr |
Const pointer. | |