Kea 2.7.5
|
#include <string>
#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
Enumerations | |
enum | isc::util::DhcpSpace { isc::util::DHCPv4 , isc::util::DHCPv6 } |
Functions | |
template<DhcpSpace D> | |
char const * | isc::util::cStringDhcpSpace () |
Provides the C string representation of the DHCP space. | |
template<DhcpSpace D> | |
std::string | isc::util::formatDhcpSpace (char const *const format_string) |
Replaces all occurrences of {} with 4 or 6 based on the templated DHCP space. | |