[roll] Roll fuchsia Revert "[ffx][target] Format IpV6 Address in TargetAddr"

This reverts commit 99546363d2431fb144009b73a6d99cb6b0953a1f.

Reason for revert: breaks workflows like `fx shell` because new output format is unanticipated by `fx` tooling.

Original change's description:
> [ffx][target] Format IpV6 Address in TargetAddr
>
> Update Display for TargetAddr to write the IPV6 addresses with
> surrounding square brackets "[]".
>
> Also if the address is a local address and has a scope, then it will translate
> the scope id to its associated interface name (if possible) and append
> that to the address.
>
> Original-Bug: 104635
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/707970

Original-Bug: 104635
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/710684
Original-Revision: 3973f8bdff896d24061371c4e8bc4eaf1505fc6c
GitOrigin-RevId: ace785b6c0b2380c0ce9043cb0b2325d71ef8f7e
Change-Id: I369a8b06ec68e93487da7d608ec22d4c5072a246
1 file changed
tree: 6f2dc1e89819989be77af4fc1f085e9bd35217b6
  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.