Kea
1.9.9-git
|
#include <asiolink/io_address.h>
#include <database/database_connection.h>
#include <dhcpsrv/host.h>
#include <exceptions/exceptions.h>
#include <boost/shared_ptr.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | isc::dhcp::BadHostAddress |
Exception thrown when invalid IP address has been specified for Host . More... | |
class | isc::dhcp::BaseHostDataSource |
Base interface for the classes implementing simple data source for host reservations. More... | |
class | isc::dhcp::DuplicateHost |
Exception thrown when the duplicate Host object is detected. More... | |
class | isc::dhcp::HostPageSize |
Wraps value holding size of the page with host reservations. More... | |
class | isc::dhcp::ReservedAddress |
Exception thrown when an address is already reserved by a Host object (DuplicateHost is same identity, ReservedAddress same address). More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef std::vector< HostDataSourcePtr > | isc::dhcp::HostDataSourceList |
HostDataSource list. More... | |
typedef boost::shared_ptr< BaseHostDataSource > | isc::dhcp::HostDataSourcePtr |
HostDataSource pointer. More... | |