Function netstack3_core::del_route

source ·
pub fn del_route<NonSyncCtx: NonSyncContext>(
    sync_ctx: &SyncCtx<NonSyncCtx>,
    ctx: &mut NonSyncCtx,
    subnet: SubnetEither
) -> Result<()>
Expand description

Delete a route from the forwarding table, returning Err if no route was found to be deleted.