[roll] Roll fuchsia [netstack3] Reduce iterations of SLAAC addrs

...and avoid allocationg a vector of SLAAC addresses for a subnet.

When handling SLAAC prefixes, we currently iterate over SLAAC addresses
5 times:
  - To determine SLAAC addresses to update lifetimes for (while also
    performing an allocation)
  - To update lifetimes for SLAAC addresses from previous step
  - To determine if a stable SLAAC address needs to be added
  - To determine if a temporary SLAAC address needs to be added
  - To update `valid_until`

This change reduces the number of iterations to 1 and allocations to 0
by doing the following for each SLAAC address while iterating mutably:
  - Skipping the address if we don't need to update lifetimes for it
  - Setting a flag to flag that a stable/temporary address does not need
    to be added
  - Updating lifetimes

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695103
Original-Revision: 66a9f86e335af3620a65ddc17fce4a5c4a73794b
GitOrigin-RevId: c3b3ccfb6895192ebbec61baf028ad5fcdee2fa3
Change-Id: I81d163b080e9ee7fd0e2914a16242c97a0af461f
1 file changed
tree: a3c7cd25cf3924aa304adc17c8d99467c0aea992
  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.