Formatted package
This commit is contained in:
Dhanya Thattil
2022-08-05 15:39:34 +02:00
committed by GitHub
parent 7173785b29
commit 6bf9dbf6d3
89 changed files with 1366 additions and 1210 deletions

View File

@ -19,8 +19,8 @@ void Arping::SetInterfacesAndIps(const int index, const std::string &interface,
if (interface.empty() || ip.empty()) {
throw RuntimeError("Could not arping. Interface name and ip not "
"set up for interface " +
std::to_string(index));
"set up for interface " +
std::to_string(index));
}
// create commands to arping
std::ostringstream os;