[roll] Roll fuchsia [netstack3] Rework DAD engine initialization

... To better handle the situation where DAD is disabled.

Previously, the Netstack would generate AddressAssignmentState changes
from `Tentative` to `Assigned` even if DAD was disabled (by setting
`max_dad_transmits` to 0). With this change, the address proceeds
immediately to the `Assigned` state.

These improved ergonomics are in preparation for supporting DAD on IPv4,
where "disabled" will be the default setting.

Original-Bug: 42077260

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249647
Original-Revision: 5114890f6ef04a812015882c57f89cf8d4de6c0b
GitOrigin-RevId: 42933620fdfc2b3e2d749a5c9859346c4b8f3612
Change-Id: I1870065153a75c6b21b6470f861313e998fc6054
1 file changed
tree: d35841e0204c382eeeed3d4373b9369446b0c1e0
  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.