pub fn request_context_del_routes<I: IpLayerIpExt, DeviceId, BC: IpLayerBindingsContext<I, DeviceId>>(
bindings_ctx: &mut BC,
del_subnet: Subnet<I::Addr>,
del_device: DeviceId,
del_gateway: Option<SpecifiedAddr<I::Addr>>,
)
Expand description
Requests that routes matching these specifiers be removed from the routing table.