pub fn request_context_add_route<I: IpLayerIpExt, DeviceId, BC: IpLayerBindingsContext<I, DeviceId>>(
bindings_ctx: &mut BC,
entry: AddableEntry<I::Addr, DeviceId>,
)
Expand description
Requests that a route be added to the routing table.
pub fn request_context_add_route<I: IpLayerIpExt, DeviceId, BC: IpLayerBindingsContext<I, DeviceId>>(
bindings_ctx: &mut BC,
entry: AddableEntry<I::Addr, DeviceId>,
)
Requests that a route be added to the routing table.