[roll] Roll fuchsia [netstack3] Bind UDP sockets with zones

IP addresses can have zones (a.k.a "scopes" on Linux) that indicate the
subnet in which they are valid. The POSIX IPv6 address format uses
interface identifiers to differentiate zones. The existing FIDL type for
IPv6 addresses includes zones but they were being ignored. This patch
adds support for binding to local addresses with zones (only IPv6
link-local addresses).

Original-Bug: 46566

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/698847
Original-Revision: 00d31e6c6af6e77eb7ff767970f15634a611d046
GitOrigin-RevId: d8ccd6d6488bd0eba0984255ff10f47df15774f7
Change-Id: I80c976e74fce84916bdeb090cb1aa341f15805c0
1 file changed
tree: f708c44a227354716dbfeb2684afc1112026db15
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.