81 const char* values[] = {
82 "HOSTS_BACKENDS_REGISTERED",
"the following host backend types are available: %1",
83 "HOSTS_BACKEND_DEREGISTER",
"deregistered host backend type: %1",
84 "HOSTS_BACKEND_REGISTER",
"registered host backend type: %1",
85 "HOSTS_CFG_ADD_HOST",
"add the host for reservations: %1",
86 "HOSTS_CFG_CACHE_HOST_DATA_SOURCE",
"get host cache data source: %1",
87 "HOSTS_CFG_CLOSE_HOST_DATA_SOURCE",
"Closing host data source: %1",
88 "HOSTS_CFG_DEL_ALL_SUBNET4",
"deleted all %1 host(s) for subnet id %2",
89 "HOSTS_CFG_DEL_ALL_SUBNET6",
"deleted all %1 host(s) having %2 IPv6 reservation(s) for subnet id %3",
90 "HOSTS_CFG_GET_ALL",
"get all hosts with reservations",
91 "HOSTS_CFG_GET_ALL_ADDRESS4",
"get all hosts with reservations for IPv4 address %1",
92 "HOSTS_CFG_GET_ALL_ADDRESS4_COUNT",
"using address %1, found %2 host(s)",
93 "HOSTS_CFG_GET_ALL_ADDRESS4_HOST",
"using address %1 found host: %2",
94 "HOSTS_CFG_GET_ALL_ADDRESS6",
"get all hosts with reservations for IPv6 address %1",
95 "HOSTS_CFG_GET_ALL_ADDRESS6_COUNT",
"using address %1, found %2 host(s)",
96 "HOSTS_CFG_GET_ALL_ADDRESS6_HOST",
"using address %1 found host: %2",
97 "HOSTS_CFG_GET_ALL_COUNT",
"found %1 host(s)",
98 "HOSTS_CFG_GET_ALL_HOST",
"found host: %1",
99 "HOSTS_CFG_GET_ALL_HOSTNAME",
"get all hosts with reservations for hostname %1",
100 "HOSTS_CFG_GET_ALL_HOSTNAME_COUNT",
"using hostname %1, found %2 host(s)",
101 "HOSTS_CFG_GET_ALL_HOSTNAME_HOST",
"using hostname %1, found host: %2",
102 "HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID4",
"get all hosts with reservations for hostname %1 and IPv4 subnet %2",
103 "HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID4_COUNT",
"using hostname %1 and IPv4 subnet %2, found %3 host(s)",
104 "HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID4_HOST",
"using hostname %1 and IPv4 subnet %2, found host: %3",
105 "HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID6",
"get all hosts with reservations for hostname %1 and IPv6 subnet %2",
106 "HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID6_COUNT",
"using hostname %1 and IPv6 subnet %2, found %3 host(s)",
107 "HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID6_HOST",
"using hostname %1 and IPv6 subnet %2, found host: %3",
108 "HOSTS_CFG_GET_ALL_IDENTIFIER",
"get all hosts with reservations using identifier: %1",
109 "HOSTS_CFG_GET_ALL_IDENTIFIER_COUNT",
"using identifier %1, found %2 host(s)",
110 "HOSTS_CFG_GET_ALL_IDENTIFIER_HOST",
"using identifier: %1, found host: %2",
111 "HOSTS_CFG_GET_ALL_SUBNET_ID4",
"get all hosts with reservations for IPv4 subnet %1",
112 "HOSTS_CFG_GET_ALL_SUBNET_ID4_COUNT",
"using IPv4 subnet %1, found %2 host(s)",
113 "HOSTS_CFG_GET_ALL_SUBNET_ID4_HOST",
"using IPv4 subnet %1, found host: %2",
114 "HOSTS_CFG_GET_ALL_SUBNET_ID6",
"get all hosts with reservations for IPv6 subnet %1",
115 "HOSTS_CFG_GET_ALL_SUBNET_ID6_COUNT",
"using IPv6 subnet %1, found %2 host(s)",
116 "HOSTS_CFG_GET_ALL_SUBNET_ID6_HOST",
"using IPv6 subnet %1, found host: %2",
117 "HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS4",
"get all hosts with reservations for subnet id %1 and IPv4 address %2",
118 "HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS4_COUNT",
"using IPv4 subnet %1 and IPv4 address %2, found %3 host(s)",
119 "HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS4_HOST",
"using IPv4 subnet %1 and IPv4 address %2, found host: %3",
120 "HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6",
"get all hosts with reservations for subnet id %1 and IPv6 address %2",
121 "HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_COUNT",
"using subnet id %1 and address %2, found %3 host(s)",
122 "HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_HOST",
"using subnet id %1 and address %2, found host: %3",
123 "HOSTS_CFG_GET_ONE_PREFIX",
"get one host with reservation for prefix %1/%2",
124 "HOSTS_CFG_GET_ONE_PREFIX_HOST",
"using prefix %1/%2, found host: %3",
125 "HOSTS_CFG_GET_ONE_PREFIX_NULL",
"host not found using prefix %1/%2",
126 "HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4",
"get one host with reservation for subnet id %1 and IPv4 address %2",
127 "HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_HOST",
"using subnet id %1 and address %2, found host: %3",
128 "HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_NULL",
"host not found using subnet id %1 and address %2",
129 "HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6",
"get one host with reservation for subnet id %1 and having IPv6 address %2",
130 "HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_HOST",
"using subnet id %1 and address %2, found host: %3",
131 "HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_NULL",
"host not found using subnet id %1 and address %2",
132 "HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER",
"get one host with %1 reservation for subnet id %2, identified by %3",
133 "HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_HOST",
"using subnet id %1 and identifier %2, found host: %3",
134 "HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_NULL",
"host not found using subnet id %1 and identifier %2",
135 "HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_ADDRESS4",
"trying alternate sources for host using subnet id %1 and address %2",
136 "HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER",
"get one host with IPv4 reservation for subnet id %1, identified by %2",
137 "HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER_HOST",
"using subnet id %1 and identifier %2, found in %3 host: %4",
138 "HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER_NULL",
"host not found using subnet id %1 and identifier %2",
139 "HOSTS_MGR_ALTERNATE_GET6_PREFIX",
"trying alternate sources for host using prefix %1/%2",
140 "HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_ADDRESS6",
"trying alternate sources for host using subnet id %1 and IPv6 address %2",
141 "HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER",
"get one host with IPv6 reservation for subnet id %1, identified by %2",
142 "HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_HOST",
"using subnet id %1 and identifier %2, found in %3 host: %4",
143 "HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_NULL",
"host not found using subnet id %1 and identifier %2",
144 "HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS4",
"trying alternate sources for hosts using subnet id %1 and address %2",
145 "HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS6",
"trying alternate sources for hosts using subnet id %1 and address %2",
146 "HOSTS_MGR_NON_UNIQUE_IP_UNSUPPORTED",
"host data source %1 does not support the mode in which IP reservations are non-unique",
const isc::log::MessageID HOSTS_CFG_ADD_HOST
const isc::log::MessageID HOSTS_CFG_CACHE_HOST_DATA_SOURCE
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID4
const isc::log::MessageID HOSTS_CFG_GET_ALL_ADDRESS4
const isc::log::MessageID HOSTS_MGR_NON_UNIQUE_IP_UNSUPPORTED
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOST
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID4_COUNT
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS4
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID6
const isc::log::MessageID HOSTS_CFG_GET_ONE_PREFIX_HOST
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_HOST
Initialize Message Dictionary.
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_NULL
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS4_HOST
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME
const isc::log::MessageID HOSTS_BACKENDS_REGISTERED
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID4_HOST
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_ADDRESS6
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID6_COUNT
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_COUNT
const isc::log::MessageID HOSTS_CFG_GET_ALL_IDENTIFIER_HOST
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_HOST
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER_NULL
const isc::log::MessageID HOSTS_CFG_GET_ALL_IDENTIFIER_COUNT
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_NULL
const isc::log::MessageID HOSTS_CFG_GET_ONE_PREFIX
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS4_COUNT
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID6
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID4_COUNT
const isc::log::MessageID HOSTS_CFG_GET_ALL_ADDRESS4_HOST
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID4
Defines the logger used by the top-level component of kea-dhcp-ddns.
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS4
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_HOST
const isc::log::MessageID HOSTS_CFG_DEL_ALL_SUBNET4
const isc::log::MessageID HOSTS_BACKEND_REGISTER
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET6_PREFIX
const isc::log::MessageID HOSTS_CFG_GET_ALL_ADDRESS6_HOST
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID4_HOST
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_ADDRESS4
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_NULL
const isc::log::MessageID HOSTS_CFG_GET_ALL_ADDRESS6
const isc::log::MessageID HOSTS_BACKEND_DEREGISTER
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS6
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID6_HOST
const isc::log::MessageID HOSTS_CFG_GET_ALL_HOSTNAME_SUBNET_ID6_HOST
const isc::log::MessageID HOSTS_CFG_GET_ALL
const isc::log::MessageID HOSTS_CFG_GET_ALL_ADDRESS4_COUNT
const isc::log::MessageID HOSTS_CFG_DEL_ALL_SUBNET6
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_NULL
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_HOST
const isc::log::MessageID HOSTS_CFG_GET_ALL_IDENTIFIER
const isc::log::MessageID HOSTS_CFG_GET_ALL_COUNT
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_HOST
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_HOST
const isc::log::MessageID HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4
const isc::log::MessageID HOSTS_CFG_GET_ALL_ADDRESS6_COUNT
const isc::log::MessageID HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER_HOST
const isc::log::MessageID HOSTS_CFG_CLOSE_HOST_DATA_SOURCE
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_COUNT
const isc::log::MessageID HOSTS_CFG_GET_ONE_PREFIX_NULL
const isc::log::MessageID HOSTS_CFG_GET_ALL_SUBNET_ID6_COUNT