Virtualization.Framework support for VZFileHandleNetworkDeviceAttachment
Hi,
I am trying to create a virtual-machine using Virtualization.Framework (Apple Developer Documentation) and trying to use VZFileHandleNetworkDeviceAttachment (Apple Developer Documentation) as network device.
The creation and starting of VM are successful but am not receiving any raw packets via the created datagram socket.
Is there any working example for using VZFileHandleNetworkDeviceAttachment.
Thanks in advance.