pub fn create_vnic_link(
name: &str,
link: &LinkHandle,
mac: Option<Vec<u8>>,
flags: LinkFlags,
) -> Result<LinkInfo, Error>
Expand description
Create a virtual NIC link.
Virtual NICs are devices that are attached to another device. Packets that ingress the attached device also ingress the VNIC and vice versa.