[roll] Roll fuchsia [dhcpv6] Use `net_types::ip::Ipv6Addr` type

...instead of `std::net::Ipv6Addr`.

This prepares for followup changes which introduces prefix delegation to
the DHCPv6 client which requires the ability to convey IPv6 subnets
through some type (`net_types::ip::Subnet<net_types::ip::Ipv6Addr>`).
Instead of having an IPv6 address type for subnets and regular
addresses, use a single IPv6 address type to cover both cases.

Original-Fixed: 86955
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/743395
Original-Revision: 551b7c752e144bbdb9d1a2a1dd41c52a378f3d39
GitOrigin-RevId: e2461ee2bf48f6e77d750f44fdda6c9fb24c8fdf
Change-Id: Ie54cd1fa9a4c0d812afcf603d0c34eec1e51cae1
1 file changed
tree: 4438ecebaa18a72f036f50b92bcdbc7d278249d5
  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.