7#ifndef ISC_UTIL_DHCP_SPACE_H 
    8#define ISC_UTIL_DHCP_SPACE_H 1 
   12#include <boost/algorithm/string/replace.hpp> 
   37    std::string result(format_string);
 
 
std::string formatDhcpSpace(char const *const format_string)
Replaces all occurrences of {} with 4 or 6 based on the templated DHCP space.
char const * cStringDhcpSpace()
Provides the C string representation of the DHCP space.
Defines the logger used by the top-level component of kea-lfc.