commit | b136668883c198e119c4d781f608153e286d2777 | [log] [tgz] |
---|---|---|
author | Marina Ciocea <marinaciocea@fuchsia.infra.roller.google.com> | Tue Nov 16 19:31:29 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 16 11:33:39 2021 -0800 |
tree | e6272886c15e173e6069d844fded9e66777108ba | |
parent | ff12f15eebf52f360343d806ead29154d01f930a [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.