Lind-Project / safeposix-rust

Rust implementation of SafePOSIX
Apache License 2.0
12 stars 10 forks source link

Flesh out and test INET6 #303

Open rennergade opened 3 months ago

rennergade commented 3 months ago

We haven't fully tested INET6 sockets and currently don't register INET6 addresses to our net devices file. We should be able to modify gen_netdevs to add ipv6 addresses, and then we can robustly test networking calls with this kind of socket.

davidge20 commented 2 months ago

Currently, while the server supports IPv6 addresses, our containers do not. We need to enable IPv6 support on docker containers.

More details on how to do that are here: https://docs.docker.com/config/daemon/ipv6/