Kea 2.7.5
|
#include <cc/cfg_to_element.h>
#include <dhcpsrv/host.h>
#include <boost/shared_ptr.hpp>
#include <list>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgHostOperations |
Represents global configuration for host reservations. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
Pointers to the @ref CfgHostOperations objects. | |
typedef boost::shared_ptr< CfgHostOperations > | isc::dhcp::CfgHostOperationsPtr |
Pointer to the Non-const object. | |
typedef boost::shared_ptr< const CfgHostOperations > | isc::dhcp::ConstCfgHostOperationsPtr |
Pointer to the const object. | |