Expand description
Netemul utilities.
Modules§
- Methods for creating and interacting with virtualized guests in netemul tests.
Structs§
TestInterface
configuration.- The object that has the same life as the packet capture, once the object is dropped, the underlying packet capture will be stopped.
- A virtual network endpoint backed by Netemul.
- A virtual fake network endpoint backed by Netemul.
- A
TestEndpoint
that is installed in a realm’s Netstack. - A virtual Network.
- A set of virtual networks and endpoints.
- A realm within a netemul sandbox.
- A test sandbox backed by a
fnetemul::SandboxProxy
.
Enums§
- The DHCP client version.
- The in-Netstack2 DHCP client.
- The out-of-stack DHCP client.
Constants§
- The default MTU used in netemul endpoint configurations.
- The devfs path at which endpoints show up.
Traits§
- Abstraction for how DHCP client functionality is provided.
- Trait describing TCP listeners bound in a testing realm.
- Trait describing TCP streams in a testing realm.
- Trait describing UDP sockets that can be bound in a testing realm.
Functions§
- Returns the full path for a device node
node_name
relative to devfs root. - Creates a common netemul endpoint configuration for tests.