[roll] Roll fuchsia [netcli] Quality of life improvements

There's some information in fuchsia.net.interfaces that is not exposed
in net-cli. Providing that information is useful. Added address
properties and default routes on interfaces to both JSON and tabular
interface formats.

This should be --machine json compatible for all users that ignore new
fields. Human format is updated with extra address information and
default route when not the common case.

While I'm here, sort addresses and routes explicitly. Stable route
ordering is very convenient for users and address sorting is de-facto
provided by Netstack but is not guaranteed by the API, so better to sort
it explicitly here.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/916267
Original-Revision: a8eda9764a6836b5f9c94b646d418b74eeef422e
GitOrigin-RevId: 8e6bacd566b5e5ce3e2810ef41a414867ceb2093
Change-Id: I2b209643a128988325a7a4c16b8a3c8de6751841
1 file changed
tree: 012aa655889bd2de57e2930c17b415b6365c75cf
  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.