pub async fn create_eth_tun_port(
tun_device: &DeviceProxy,
id: u8,
mac: MacAddress,
) -> (PortProxy, PortProxy)
Expand description
Creates a port on the given Tun device that supports the Ethernet frame type.
pub async fn create_eth_tun_port(
tun_device: &DeviceProxy,
id: u8,
mac: MacAddress,
) -> (PortProxy, PortProxy)
Creates a port on the given Tun device that supports the Ethernet frame type.