booth icon indicating copy to clipboard operation
booth copied to clipboard

Consider using getifaddrs for _find_myself

Open jfriesse opened this issue 10 months ago • 0 comments

Current _find_myself function is using netlink and that's not very portable and as https://github.com/ClusterLabs/booth/pull/139 shows it can "change". Idea is to migrate _find_myself function to use getifaddrs which seems to be more stable and also better portable (not really needed because booth is Linux only, but still might be nice to have)

jfriesse avatar Apr 23 '24 16:04 jfriesse