WIP: [klibc] ipconfig: Add support for SLAAC Add support for SLAAC. Since this is already handled in the kernel, all we have to do is wait for the right kind of address to be notified through rtnetlink. We have to use a single socket to receive information about all devices, because the kernel apparently won't multicast to multiple sockets in the same process.