[roll] Roll fuchsia [netstack3] ARP has DAD config (interfaces admin)

Update the fuchsia.net.interfaces.admin API surface so that
`ArpConfiguration` includes `DadConfiguration`. This allows DAD behavior
to be configured on a per-interface basis for IPv4.

Ignore this new configuration in Netstack2. In Netstack3, plumb the
configuration down to core. Follow up changes will make use of this
configuration when adding support for DAD on IPv4.

Original-Bug: 42077260
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253164
Original-Revision: 1848b92be7eb7cce8071e24a0f685bd20a3377f7
GitOrigin-RevId: 686711df45d1233cb11738bdbccd52abdfd50eab
Change-Id: I9e5ead646353cd21858a39e2e0707d1e277d739d
1 file changed
tree: 1fa8db870e0a65f8f19a77ba7714c6e1e374d1e7
  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.