[roll] Roll fuchsia [dhcpv6/client] Remove is_unicast_link_local_strict

std::net::Ipv6Addr::is_unicast_link_local has been standardized so we
can replace the custom definition. Note that this does change the
strictness of the check (fe80::/64 -> fe80::/10), but RFC 8415 (DHCPv6)
Section 4.1 specifically refers to the latter as the link-local subnet
so this shouldn't be an issue.

Original-Original-Bug: 518935733
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1648135
Original-Original-Revision: e1f3d537f102b780ec1730e2aaaf02b65bab787d
GitOrigin-RevId: f81a505457695cf6a77610e612e643430ce584c5
Change-Id: Ifbf04e1776ec56d8cd966c3c2204229c4eba2ed4
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1649191
Cr-Commit-Position: refs/heads/main@{#194553}
1 file changed
tree: fe18e2c3bd366f238533e687d063b2e5fc6484b6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.