mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 00:45:29 +00:00
36111a2edf
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