[roll] Roll fuchsia [netstack3] Intro `DualStackDevice{Context,Handler}`

...to perform work on devices that support both IPv4 and IPv6. This is
needed because a later change introduces a lock over the devices map
and we need to make sure we get access to a dual-stack device's IPv4
and IPv6 state without recursively taking the devices map lock.

Original-Bug: 48578

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/725364
Original-Revision: 099f5916cf9c0fa1f0ae398449008b7026001800
GitOrigin-RevId: b3b1d43669a39b121b1cf265d63c656e37f82453
Change-Id: Ic3e971e62eddc8d1a0c55d14fadd01b9946ed97a
1 file changed
tree: 5b1ab253cd25ba0cd1550de44aa1307ebedab676
  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.