Kea
1.9.9-git
|
#include <dhcp/duid.h>
#include <cc/cfg_to_element.h>
#include <cc/user_context.h>
#include <boost/shared_ptr.hpp>
#include <stdint.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgDUID |
Holds manual configuration of the server identifier (DUID). More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
Pointers to the @c CfgDUID objects. | |
typedef boost::shared_ptr< CfgDUID > | isc::dhcp::CfgDUIDPtr |
Pointer to the Non-const object. More... | |
typedef boost::shared_ptr< const CfgDUID > | isc::dhcp::ConstCfgDUIDPtr |
Pointer to the const object. More... | |