16const char* values[] = {
17 "USER_CHK_HOOK_LOAD_ERROR",
"DHCP UserCheckHook could not be loaded: %1",
18 "USER_CHK_HOOK_UNLOAD_ERROR",
"DHCP UserCheckHook an error occurred unloading the library: %1",
19 "USER_CHK_SUBNET4_SELECT_ERROR",
"DHCP UserCheckHook an unexpected error occurred in subnet4_select callout: %1",
20 "USER_CHK_SUBNET4_SELECT_REGISTRY_NULL",
"DHCP UserCheckHook UserRegistry has not been created.",
21 "USER_CHK_SUBNET6_SELECT_ERROR",
"DHCP UserCheckHook an unexpected error occurred in subnet6_select callout: %1",
22 "USER_CHK_SUBNET6_SELECT_REGISTRY_NULL",
"DHCP UserCheckHook UserRegistry has not been created.",
Initialize Message Dictionary.
const isc::log::MessageID USER_CHK_HOOK_LOAD_ERROR
const isc::log::MessageID USER_CHK_HOOK_UNLOAD_ERROR
const isc::log::MessageID USER_CHK_SUBNET4_SELECT_ERROR
const isc::log::MessageID USER_CHK_SUBNET6_SELECT_ERROR
const isc::log::MessageID USER_CHK_SUBNET6_SELECT_REGISTRY_NULL
const isc::log::MessageID USER_CHK_SUBNET4_SELECT_REGISTRY_NULL