[roll] Roll fuchsia [netstack3] Cancel serving scope on stream end

Send a cancel signal to the FIDL serving scope whenever the services
stream finishes (the signal for shutdown).

Add bindings tests to verify notable resources being held across
shutdown behave as expected.

Fixes to behavior:
- Routes and rules watchers direct cancelation with scopeguard.
- Interfaces watcher drops open watcher channels on shutdown.
- Ndp option watcher drops open watcher channels on shutdown.
- Neighbor watcher drops open watcher channels on shutdown.

Original-Bug: 380897722
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1256906
Original-Revision: e959e6ed9141d1244c1aa85d0c46cc8e10b88cc1
GitOrigin-RevId: 2c7fbf6d8d09e7c2da3bf7dc4f250b09b63350c2
Change-Id: Ie5f422af94675883af7843b221890c6c714bc434
1 file changed
tree: 9938472db2d58887e0f768bdc94b606da92ec44c
  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.