[roll] Roll fuchsia [netstack3] Update conn IpSock address with device

When SO_BINDTODEVICE is set for a connected UDP socket, attempt to
update the device as well. If the result is unroutable, reject the
attempt to set the device. This is different than Linux behavior because
it makes setting SO_BINDTODEVICE fail in a case that Linux would
allow.

Note that this needs to be documented per fxbug.dev/109358.

Original-Bug: 108663, 109358
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/726468
Original-Revision: 4bfe3d4223cc352abef92204a2fca622bf971c43
GitOrigin-RevId: e17fc098601a7532b84550f1629d5f8404ec6836
Change-Id: I27337770f64d0318a53aba4a49146b57c3928b80
1 file changed
tree: c2ee5cc61072adcd8de110d574bfe9c89bcbf0cd
  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.