[roll] Roll fuchsia [netstack3] Start DAD tests in "Uninitialized"

Simplify the DAD unit tests by setting the starting state to
`DadState::Uninitialized` rather than `DadState::Tentative`. The tests
later call `DadHandler::initialize_duplicate_address_detection` which is
overwriting this state anyways. Starting in state `Uninitialized` more
accurately reflects how addresses are added in the production code.

Original-Bug: 42077260
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1276864
Original-Revision: 8b1d20133f9e7f2a4c6e78d14cf2f51ebfca9438
GitOrigin-RevId: 152eb53ceca458e99237f73efebb6821733c9328
Change-Id: I7a235e8684a76aeedde0eaadac7d5797d57d727d
1 file changed
tree: c2bbbd3d683c6bd4ff6778fb84155774e7bf28a2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.