[roll] Roll fuchsia [netstack3] Addresses specify whether to do DAD

Add a new AddressParameter that specifies whether the address should
have DAD performed. This will allow the DHCP client to opt into
duplicate address detection for IPv4 address (in a follow up change).

When this parameter is unset, the system will use the default value
(true for IPv6; false for IPv4).

Original-Bug: 42077260
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1251064
Original-Revision: 80118540ed24dcc381aa79d238a2ddf66ea7d5fd
GitOrigin-RevId: 6f913ba9dacba5bd9c171e60ebf6ca49d586e5e8
Change-Id: Id53fb882eec9add4afc10c7f883b0f9b78c52ff4
1 file changed
tree: a1439e394e087a4995dcf6575347556ab6cf58b6
  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.