Kea 2.7.5
|
Defines the D2ClientMgr class. More...
#include <asiolink/io_address.h>
#include <dhcp_ddns/ncr_io.h>
#include <dhcpsrv/d2_client_cfg.h>
#include <dhcpsrv/srv_config.h>
#include <exceptions/exceptions.h>
#include <util/str.h>
#include <boost/algorithm/string.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <stdint.h>
#include <string>
#include <vector>
#include <sstream>
Go to the source code of this file.
Classes | |
class | isc::dhcp::D2ClientMgr |
D2ClientMgr isolates Kea from the details of being a D2 client. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef std::function< void(const dhcp_ddns::NameChangeSender::Result result, dhcp_ddns::NameChangeRequestPtr &ncr) | isc::dhcp::D2ClientErrorHandler) |
Defines the type for D2 IO error handler. | |
typedef boost::shared_ptr< D2ClientMgr > | isc::dhcp::D2ClientMgrPtr |
Defines a pointer for D2ClientMgr instances. | |
Defines the D2ClientMgr class.
This file defines the class Kea uses to act as a client of the kea-dhcp-ddns module (aka D2).
Definition in file d2_client_mgr.h.