# Functions
HasNetdevsim returns true if netdevsims are available on this host.
InNamespace configures a new netdevsim to have its port network interface(s) to be created in the network namespace referenced by fdref, instead of creating it in the current network namespace.
Link to netdevsim “port” interfaces with each other.
NewTransient creates a transient netdevsim device as well as at least one “port” network interface.
Unlink the specified “port” interface from its peer.
WithID configures a new netdevsim to use the specified ID, as opposed to the lowest available ID.
WithPorts configures a new netdevsim to have the specified number of ports (=individual network interfaces).
WithRxTxQueueCountEach configures a new netdevsim to have the specified number of RX as well as TX queues.
# Constants
MacvlanPrefix is the name prefix used for transient port network interfaces of a transient netdevsim device.
# Type aliases
Opt is a configuration option when creating a new netdevsim network interface.