working on removing undefined beaviour in configureMAC

This commit is contained in:
Erik Frojdh
2019-01-11 16:56:31 +01:00
parent 5ea5e83236
commit b7582e93d3
5 changed files with 56 additions and 45 deletions

View File

@ -35,4 +35,9 @@ Concatenate strings using + if the strings are different
*/
std::string concatenateIfDifferent(std::vector<std::string> container);
/*
Convert an ip address string to a string in hex format. (removing dots)
*/
std::string stringIpToHex(const std::string& ip);
}; // namespace sls