Expand description
Facilities for complete routing tables.
Structs§
- Simple
Table - Simple routing table that doesn’t segregate IPv4 and IPv6 routes.
- Split
Stack Table - Routing table that segregates routes into independent IPv4 and IPv6 tables.
Traits§
- Routing
Table - Abstracts routing table operations.
- Routing
Table Ext - Automatic extension methods for implementors of
RoutingTable.
Type Aliases§
- DynModify
Fn - A dynamically-dispatched function that can be used to modify a table entry in-place.