cloud-hypervisor/net_util/src
Barret Rhoden cbf5068e17 net_util: split create_socket() into AF_UNIX and AF_INET varieties
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>
2022-03-02 17:07:29 +01:00
..
ctrl_queue.rs vm-virtio: Define and implement Translatable trait 2022-01-27 10:00:20 +00:00
lib.rs net_util: split create_socket() into AF_UNIX and AF_INET varieties 2022-03-02 17:07:29 +01:00
mac.rs clippy: Remove useless code 2021-11-10 10:23:43 +01:00
open_tap.rs misc: Remove unused errors from public interface 2021-05-11 13:37:19 +02:00
queue_pair.rs vm-virtio: Define and implement Translatable trait 2022-01-27 10:00:20 +00:00
tap.rs net_util: split create_socket() into AF_UNIX and AF_INET varieties 2022-03-02 17:07:29 +01:00