[roll] Roll fuchsia Revert "[reachability] Improve default route detection"

This reverts commit 3bc15dd0ca9f993988d6499c69bba4ff0dfc4748.

Reason for revert: The `has_default_route` semantics has changed in https://fxrev.dev/1399053. We no longer need to go through all routes

Original-Bug: 445454306

Original change's description:
> [reachability] Improve default route detection
>
> The default route telemetry reporting was relying on the
> has_default_v{4,6}_route fields from the interfaces watcher. These
> fields are only set to true if the default route for the device is in
> the main table. It is possible for an interface to have a default route
> active in a separate table, so we should check through the routes to
> determine whether there are any v4/v6 default routes present.
>
> Original-Fixed: 440616646
> Change-Id: I019b1e5ae5f0c0155b92890d73cd72ca972d65fc
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1361557
> Reviewed-by: Zoey Bush <zmbush@google.com>
> Commit-Queue: Antonio Linhart <antoniolinhart@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1409467
Original-Revision: 1decc2ab213c055fcbe2badc455a0edc0e75b63f
GitOrigin-RevId: f311b18d2430cb22b3a6609dce114b467a0e4389
Change-Id: Ic35f212938bf389b56fe1dd6bfa24fde8205f483
1 file changed
tree: 7015f9848fe130967f4d58667f5a3d053ac57acd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.