Kea
1.9.9-git
|
#include <config.h>
#include <asiolink/asio_wrapper.h>
#include <dhcp_ddns/dhcp_ddns_log.h>
#include <dhcp_ddns/ncr_io.h>
#include <util/multi_threading_mgr.h>
#include <boost/algorithm/string/predicate.hpp>
#include <mutex>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp_ddns | |
Functions | |
std::string | isc::dhcp_ddns::ncrProtocolToString (NameChangeProtocol protocol) |
Function which converts NameChangeProtocol enums to text labels. More... | |
NameChangeProtocol | isc::dhcp_ddns::stringToNcrProtocol (const std::string &protocol_str) |
Function which converts text labels to NameChangeProtocol enums. More... | |