[roll] Roll fuchsia [dhcpv6] Add state provider to address watcher

Previously the `AddressStateProvider` was passed from DHCPv6 through
the address watcher fuchsia.net.dhcpv6.Client/WatchAddress
inside fuchsia.net.interfaces.admin.AddressParameters.

As of  https://fxrev.dev/560841, the `AddressStateProvider` was moved
out of `AddressParameters` (and is taken as a separate argument to
fuchsia.net.interfaces.admin.Control/AddAddress).

Add the `AddressStateProvider` back to DHCPv6 by returning it as a
separate parameter on fuchsia.net.dhcpv6.Client/WatchAddress.

Drive-by remove `resource` on `AddressParameters` as it's no longer
needed since the `AddressStateProvider` has been moved out ov it.

Original-Bug: 72701

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/607481
Original-Revision: befc1dd3c5a1de28dcd8c8942fb0c6178855d5c5
GitOrigin-RevId: 0ee150756106bf93331a9a5e9df42c82963e5394
Change-Id: I021738630ac303767d5e984b281e45a2bdb2d5eb
1 file changed
tree: e6272886c15e173e6069d844fded9e66777108ba
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.