Kea 2.7.5
|
#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 | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
Pointers to the @c CfgDUID objects. | |
typedef boost::shared_ptr< CfgDUID > | isc::dhcp::CfgDUIDPtr |
Pointer to the Non-const object. | |
typedef boost::shared_ptr< const CfgDUID > | isc::dhcp::ConstCfgDUIDPtr |
Pointer to the const object. | |