[][src]Function openthread_sys::otBorderRouterRemoveRoute

pub unsafe extern "C" fn otBorderRouterRemoveRoute(
    aInstance: *mut otInstance,
    aPrefix: *const otIp6Prefix
) -> otError

Remove an external route configuration from the local network data.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aPrefix A pointer to an IPv6 prefix.

@retval OT_ERROR_NONE Successfully removed the configuration from the local network data. @retval OT_ERROR_NOT_FOUND Could not find the Border Router entry.

@sa otBorderRouterAddRoute @sa otBorderRouterRegister