[roll] Roll fuchsia [netstack3][ndp] Refactor IPv6 device addr config

Refactor the values in AddressEntry to constrain the presence of the
valid_until field to only those entries corresponding to
SLAAC-configured addresses. This makes it impossible to create an entry
for a manually-configured address with a non-empty valid_until value. It
also prepares the way for us to add additional information for
SLAAC-specified addresses in the future.

Original-Bug: 21428
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/623032
Original-Revision: 6d16e1192e5106363b89181e25327b08431a9114
GitOrigin-RevId: 3958f3db567a35f68e19011fce7799bc4b5de790
Change-Id: I5c77c44cafbb4d00e37df16a283a022231cb45a3
1 file changed
tree: e741bd47ebaf83780243c07ec9ff95e07cbbc587
  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.