You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User-mode networking on macos uses gvforwarder running in the guest + a vsock socket to forward the networking data between the guest and the host.
vfkit has had support for --device virtio-net,unixSocketPath for a while. This allows to pass the networking data directly from the hypervisor to gvisor-tap-vsock without the need for a process running in the guest. This is similar to vpnkit which was used with hyperkit (see commit cf173bc)
The text was updated successfully, but these errors were encountered:
User-mode networking on macos uses gvforwarder running in the guest + a vsock socket to forward the networking data between the guest and the host.
vfkit has had support for
--device virtio-net,unixSocketPath
for a while. This allows to pass the networking data directly from the hypervisor to gvisor-tap-vsock without the need for a process running in the guest. This is similar to vpnkit which was used with hyperkit (see commit cf173bc)The text was updated successfully, but these errors were encountered: