mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-08 04:31:39 +00:00
Some host kernels are IPv6-only, and they cannot make an AF_INET socket. The tun ioctls such as SIOCGIFHWADDR work with an AF_UNIX socket, which all host kernels should have. Signed-off-by: Barret Rhoden <brho@google.com>