[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
1 file changed
tree: 3aad3cedfde91a9adf9fbf680a64cca3d138f626
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.