mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-30 08:25:22 +00:00
cbf5068e17
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>