pub fn create_tap_net_device_from_fd(
    protection_type: ProtectionType,
    jail_config: &Option<JailConfig>,
    vq_pairs: u16,
    vcpu_count: usize,
    tap_fd: RawDescriptor
) -> Result<VirtioDeviceStub>
Expand description

Returns a network device from a file descriptor to a configured TAP interface.