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

This change transitions SLAAC 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/+/695389
Original-Revision: 1d38b5d2603029585a056f0509e50e2df35b646e
GitOrigin-RevId: 11a2c669fd34ab38e77297379a4b859f24fc9e29
Change-Id: I015d362ba9bb405d5d9719f577f7b1da7eaabf3f
1 file changed
tree: d9bff7aa2293ab318c88229b661113a61e4bc16c
  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.