[roll] Roll fuchsia [netstack3] Move inspect_devices to DeviceIpApi

When getting ready to move `inspect_devices`, I realized that the amount
of information we were exposing from the IP layer was really lacking.
The next realization was that to expose more information with our
current inspect pattern I'd have to either create many duplicate types
to expose to bindings or expose the internal types, and in both cases
add a lot of noise to the types exported to bindings.

Instead, introduce a new pattern where we abstract the Fuchsia inspector
instead and perform all the inspecting in core. This should massively
decrease the cost of adding new inspect data, which has been a burden
and was discouraging adding more data to inspect.

Original-Bug: b/42083910
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/979737
Original-Revision: 957ea13300fa4aa201f77de93ac8301f69e23468
GitOrigin-RevId: 3606ea6672047d9a3a7e74f3a795ebb81e94bd2e
Change-Id: I1323c06f4b2e5f30dde7428a1990bf435a23beb2
1 file changed
tree: 2d00525a37ab202bc66b5a12b5a1d7fea9428ebf
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.