[roll] Roll fuchsia Reland "[netstack3] TCP connect_unbound takes zoned addr"

This reverts commit b2e7675b6cbb7dec648980fed9d452972a87a2e5.

Reason for revert: getpeername() for accepted TCP sockets includes scope
after I3c5b4a6a126a43d7fe8013bf9bd3b5160d5079aa.

Original change's description:
> Revert "[netstack3] TCP connect_unbound takes zoned addr"
>
> This reverts commit 4e311bac240502af34b80eb8ebf85656aee8ce92.
>
> Reason for revert: breaks core.qemu-x64-release-netstack3
>
> Original change's description:
> > [netstack3] TCP connect_unbound takes zoned addr
> >
> > Allow callers to pass in a zoned address when connecting an unbound TCP
> > socket to a remote address. Require that link-local IPv6 addresses
> > include a zone/scope specifier.
> >
> > Original-Bug: 115524
> > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/787465
>
> Original-Bug: 115524
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/788943

Original-Bug: 115524
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/789042
Original-Revision: 14d927914b8ac124a7ace0a80f9383c62f6869e7
GitOrigin-RevId: d895bd49e3b8ff197295ed1b33fce5d61992aec1
Change-Id: I2c957303999dbcf2824c47b3a53fdc0c79d3f156
1 file changed
tree: 7bdc684a5d09f669814a9c0c1b284b55fc687993
  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.