[roll] Roll fuchsia [netstack3] Remove push-based cached route updates

...and always take the slow path (calculating the route on each packet
send). A later change will add support for pull-based cached route
updates where (on packet send operations) the socket will check the
validity of its cached route and recalculate the route as needed.

Original-Bug: 93874
Original-Fixed: 97003

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/684638
Original-Revision: 41537f519ce98a2e4e2e371207eab9cce824234f
GitOrigin-RevId: 401c6822d94070c2e0c03d7df042e5aa326a416e
Change-Id: I3d1367ebdc8eb06a66520c25e920f1cde26451e2
1 file changed
tree: 2c50fe4b9977d68f8c84aec610c80473e4478bae
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.