[roll] Roll fuchsia [roll] Roll third_party/openthread [border-router] fix stop behavior in `PdPrefixManager` (#12442) Previously, `PdPrefixManager::Stop()` was implemented as a call to `Evaluate()`. The `Evaluate()` method calls `UpdateState()`, which checks `RoutingManager::IsRunning()` to determine if the state should be switched to `kDhcp6PdStateStopped`. However, `RoutingManager::Stop()` calls `PdPrefixManager::Stop()` before updating its own running state (setting `mIsRunning` to `false`). As a result, `PdPrefixManager` would incorrectly remain in `Running` or `Idle` state instead of stopping. This commit updates `PdPrefixManager::Stop()` to explicitly set the state to `kDhcp6PdStateStopped`. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/openthread/+/1509335 Original-Revision: 2f55d084cc00dfb2592076b689440703dad1f410 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1509167 Original-Revision: efc6138ea3bc4ce6beff920be932a025c12ab43c GitOrigin-RevId: 4429e792be3d585f886ea0647456814d3702d7f3 Change-Id: I43096331a763daad342db0daf1eaac4df0460302
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.