[roll] Roll fuchsia [dhcp/client] Yield leases from bindings

When the client core transitions from Requesting to Bound, it now yields
the newly-acquired-lease to bindings. Bindings then returns this lease
from `fuchsia.net.dhcp/Client.WatchConfiguration`.

Currently lease expiration and renewal is not supported -- the client
core will simply block in Bound state until told to shut down.

Original-Bug: 81593, 125443, 126084
Original-Fixed: 125104
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832798
Original-Revision: 5831235b1bbe8af342fd4c6d565778ca3b2b37d5
GitOrigin-RevId: cef4ce38a1cce97d7cc1505a40178fe3a027d279
Change-Id: I7f76ba7c5acc7a9d6aefd3bf267c7f640d85df89
1 file changed
tree: 2627ed4c9833df705cbdb3b48a5e40150c9718f6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.