[roll] Roll fuchsia [netstack3] Fix race condition in route set removal

There is a race when a user route set is removed concurrently with
the containing route table, the strong ref count for the route set
can be greater than 1 when we try to unwrap the primary ID.

Multiply: netstack-routes-admin-fidl-test
Original-Bug: 377979929
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152382
Original-Revision: ce2a68ff1a380c271c9a6aa117ffc7b4a9810ea4
GitOrigin-RevId: 52161677218d66f1aae1b978e97362c1d38dd324
Change-Id: Ic8725257208e556e0f1b8e6d6787f02d5582740e
1 file changed
tree: e0b5879021fc90702490838f9dc28626c6837219
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.