Kea 2.7.5
|
#include <asiolink/io_address.h>
#include <cc/cfg_to_element.h>
#include <cc/data.h>
#include <exceptions/exceptions.h>
#include <dhcpsrv/shared_network.h>
#include <boost/foreach.hpp>
#include <boost/shared_ptr.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgSharedNetworks< SharedNetworkPtrType, SharedNetworkCollection > |
This class holds configuration of shared networks. More... | |
class | isc::dhcp::CfgSharedNetworks4 |
Represents configuration of IPv4 shared networks. More... | |
class | isc::dhcp::CfgSharedNetworks6 |
Represents configuration of IPv6 shared networks. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::shared_ptr< CfgSharedNetworks4 > | isc::dhcp::CfgSharedNetworks4Ptr |
Pointer to the configuration of IPv4 shared networks. | |
typedef boost::shared_ptr< CfgSharedNetworks6 > | isc::dhcp::CfgSharedNetworks6Ptr |
Pointer to the configuration of IPv6 shared networks. | |