Kea
1.9.9-git
|
#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/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 | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef boost::shared_ptr< CfgSharedNetworks4 > | isc::dhcp::CfgSharedNetworks4Ptr |
Pointer to the configuration of IPv4 shared networks. More... | |
typedef boost::shared_ptr< CfgSharedNetworks6 > | isc::dhcp::CfgSharedNetworks6Ptr |
Pointer to the configuration of IPv6 shared networks. More... | |