Module netstack3_core::routes

source ·
Expand description

Types and utilities for dealing with routes.

Structs§

  • AddableEntry is a routing entry that may be used to add a new entry to the forwarding table.
  • A forwarding entry.
  • Used to compare routes for how early they were added to the table.
  • The priority of a forwarding entry. Lower metrics are preferred.
  • The resolved route to a destination IP address.
  • Wrapper struct to provide a convenient GenericOverIp impl for use with [IpTypesIpExt::BroadcastMarker].

Enums§

Type Aliases§

  • An IP Address that witnesses properties needed to be routed.