a comment about AF_LINK being ignored on purpose

This commit is contained in:
correabuscar 2022-11-06 13:45:13 +01:00
parent 20df83658a
commit 7ff3c7f7d0

View file

@ -866,7 +866,7 @@ namespace Net {
Logger::error("Net::collect() -> Failed to convert IPv6 to string for iface " + string(iface) + ", errno: " + strerror(errsv));
}
}
}
} //else, ignoring family==AF_LINK (see man 3 getifaddrs)
}
unordered_flat_map<string, std::tuple<uint64_t, uint64_t>> ifstats;