[roll] Roll fuchsia [netstack3] Make the DAD algorithm IP agnostic

In preparation for supporting Duplicate Address Detection on IPv4, make
the core dad algorithm operate over a generic `I`.

Because the implementation of `DadHandler<Ipv4, _>` is still stubbed,
IPv4 addresses do not yet perform DAD when installed.

Original-Bug: 42077260
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1254245
Original-Revision: a61aa1a625afc3ee3c726400508183be10ea5332
GitOrigin-RevId: cc597228d5d9b8a004f1839ba8552a68b5a2ab58
Change-Id: I66589cdd2d4302e627c62a79b0d7becb3e24b5d6
1 file changed
tree: ce64d800977bf638e876ee0bc1f214b692d45357
  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.