mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 20:00:23 +00:00
Implement getifaddrs and freeifaddrs within the libc using socket control files at the VFS. Add an "address" and "netmask" file to the lwIP plugin. Only a single IPv4 address is initially supported, and the broadcast address returned will never be valid. Fixes #3439