17const char* values[] = {
 
   18    "BOOTP_BOOTP_QUERY", 
"recognized a BOOTP query: %1",
 
   19    "BOOTP_LOAD", 
"Bootp hooks library has been loaded",
 
   20    "BOOTP_PACKET_OPTIONS_SKIPPED", 
"an error unpacking an option, caused subsequent options to be skipped: %1",
 
   21    "BOOTP_PACKET_PACK", 
"%1: preparing on-wire format of the packet to be sent",
 
   22    "BOOTP_PACKET_PACK_FAIL", 
"%1: preparing on-wire-format of the packet to be sent failed %2",
 
   23    "BOOTP_PACKET_UNPACK_FAILED", 
"failed to parse query from %1 to %2, received over interface %3, reason: %4",
 
   24    "BOOTP_UNLOAD", 
"Bootp hooks library has been unloaded",
 
const isc::log::MessageID BOOTP_LOAD
const isc::log::MessageID BOOTP_PACKET_UNPACK_FAILED
const isc::log::MessageID BOOTP_PACKET_PACK
const isc::log::MessageID BOOTP_UNLOAD
const isc::log::MessageID BOOTP_PACKET_OPTIONS_SKIPPED
const isc::log::MessageID BOOTP_BOOTP_QUERY
const isc::log::MessageID BOOTP_PACKET_PACK_FAIL
Initialize Message Dictionary.