[roll] Roll fuchsia [ffx] fix crash when ipv6 scopes change

There is a race-condition in "ffx target list" in which a scope id can
become invalid between the time the interface is discovered and when
it is formatted -- if the interface went away, "ffx target list" could
crash. This causes the formatter to fall back to use the scope id
instead of the scope name in that situation.

(This also fixes a minor bug in filtering USB targets.)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1587908
Original-Revision: 8a1bfa77818a83eb954503f094aca2cdc9d3359d
GitOrigin-RevId: acf9db80283a40a2d47a711dafef8bf1d571d146
Change-Id: I01d478b0803fca5f68f0fbe441082418fc863956
1 file changed
tree: 685f2685c594f4fee65bf2f2cc1c7c5590aa4932
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.