[roll] Roll fuchsia [dhcpv6] Introduce PrefixProvider FIDL API

Add a discoverable protocol `PrefixProvider` served by netcfg to start
acquiring a prefix, which pipelines a `PrefixControl` protocol that
provides control over the process.

Netcfg serves `PrefixProvider`, but will never return prefixes via the
`PrefixControl`. Netcfg will only ever maintain a single server end of
`PrefixControl`; subsequent calls to `AcquirePrefix` will have the
`PrefixControl` channel closed after returning `ALREADY_ACQUIRING`.

Netemul integration tests added to test the terminal events that are
returned (all except for `INTERFACE_REMOVED`).

Test: fx test --test-filter 'test_prefix_provider*' \
              netstack-management-integration-test
Original-Bug: 114770

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/748966
Original-Revision: 9fbd16e8bb1f3a8e78aded315f423145aee30fe3
GitOrigin-RevId: e245b66a67928ec84dc52aa61aaa4d9c62e18082
Change-Id: I44f395f24e4f7b47d2f31324fe9f57224502692c
1 file changed
tree: 90540afbb12ffb6b8832fbf7bd9049589f6f591d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.