[roll] Roll fuchsia [netlink] Synchronize route updates with watcher

Similar to fxr/874996, This changes makes sure that when a
route is added, the change is reflected in the (netlink
eventloop's) local state so that a subsequent query
route dump (`RTM_GETROUTE`) includes the added route.

Multiply: netlink-lib-test-no-err-logs
Original-Bug: b/283136222
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/884709
Original-Revision: bd7de3f1ef6086e482a400b04e87715c65ca6aba
GitOrigin-RevId: 9c4181bc34e06c2fb4aa39473864452868bd6a37
Change-Id: Ia02d5d066091589b6ae9bdd3fe57beab901724e2
1 file changed
tree: 47a4ef47922120b5c6745b86b8dbd63c52500cd2
  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.