crc-org / vfkit

Apache License 2.0
123 stars 24 forks source link

Add NewFileHandleNetworkDeviceAttachment support #45

Closed cfergeau closed 1 year ago

cfergeau commented 1 year ago

This will be needed by podman to redirect all network traffic from the VM to a file descriptor, which will then be exposed on the host as a unix socket. This socket will be passed to gvproxy to handle the VM networking.

cfergeau commented 1 year ago

The gvisor-tap-vsock side of things (https://github.com/containers/gvisor-tap-vsock/pull/231) is merged. vfkit support is being added in https://github.com/cfergeau/vfkit/tree/gvproxy

cfergeau commented 1 year ago

This was done in https://github.com/crc-org/vfkit/pull/50