[roll] Roll fuchsia [netstack3] Don't assume exclusive access in Route Discovery

This change transitions Route Discovery code to use `with_state*`
methods instead of `get_state*` methods which assumed exclusive
access to state.

Later changes will introduce shared references + interior mutability
for IP devices so this change prepares us for a world where state
is not held exclusively.

Original-Bug: 48578

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695387
Original-Revision: 18ffb12bca97344623252908438070d08905b4b9
GitOrigin-RevId: 4b79b1326bc022bbd7c1cf28cc0375d25b30d573
Change-Id: I7eff71356a537504142da5bf4a53aa6670a8a5bf
1 file changed
tree: d3afeb91c4aafc548dd7598095824f5d928e2301
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.