Skip to main content

Module table

Module table 

Source
Expand description

Facilities for complete routing tables.

Structs§

SimpleTable
Simple routing table that doesn’t segregate IPv4 and IPv6 routes.
SplitStackTable
Routing table that segregates routes into independent IPv4 and IPv6 tables.

Traits§

RoutingTable
Abstracts routing table operations.
RoutingTableExt
Automatic extension methods for implementors of RoutingTable.

Type Aliases§

DynModifyFn
A dynamically-dispatched function that can be used to modify a table entry in-place.