[roll] Roll fuchsia [netstack3] Limit default route interface watching to main table

Only update has_default_route in the interfaces watcher if we are adding
or removing a route to the main table.

This avoids a bug where we indicate that there is no longer a default
route at all when in fact we've merely removed the last default route in
the table (while other default routes are installed in other tables).

Original-Bug: 412695202
Multiply: interfaces-fidl
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266945
Original-Revision: 4d6bf34d50ed084a52e5dc638e28129165cb1cf6
GitOrigin-RevId: 0423e792b6e00f07e85e1ea94961408e4ba7fc05
Change-Id: I92440983e53c84b2e0d871361fbd9624462c5e4e
1 file changed
tree: d895e4dc9b16fe30075e8ebd2cfe89cf99d998c2
  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.