[roll] Roll fuchsia [netstack3] Split SlaacAddrsMutAndConfig

Split SlaacAddrsMutAndConfig, used to group arguments provided to SLAAC
state machine logic, into a mutable reference to SLAAC addresses and a
struct of configuration and state. Also take the latter struct as an
argument to add_slaac_addr_sub to reduce the number of positional
arguments.

Original-Bug: 42148800
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196708
Original-Revision: a0a890278e3a4e08a75034f7d20378e7c01811fb
GitOrigin-RevId: 26e6749c498783bb6490b4207ab498d0ec28b432
Change-Id: I518b41207a23f7e47e4d7712e44a617cbadd49d4
1 file changed
tree: 62b9a7f8c1d015080f7427f5c86cafc715f20e47
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.