embassy-net

Crates

git

Versions

default

Flavors

Skip to main content

Module route

Module route 

Source
Expand description

IP routing table.

The table is stack-wide, shared by every interface; get a handle to it with Stack::routes.

Structs§

Route
A prefix of addresses that should be routed via a router, out of an interface.
Routes
The stack’s routing table, returned by Stack::routes.

Enums§

RouteOrigin
Where a route came from.