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

Remove a border router 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 otBorderRouterAddOnMeshPrefix @sa otBorderRouterRegister