7#ifndef ISC_YANG_MODELS_H
8#define ISC_YANG_MODELS_H 1
18static const std::string IETF_DHCPV6_SERVER =
"ietf-dhcpv6-server";
21static const std::string KEA_DHCP4_SERVER =
"kea-dhcp4-server";
24static const std::string KEA_DHCP6_SERVER =
"kea-dhcp6-server";
28static const std::string KEA_DHCP_DDNS =
"kea-dhcp-ddns";
32static const std::string KEA_CTRL_AGENT =
"kea-ctrl-agent";
Defines the logger used by the top-level component of kea-lfc.