[roll] Roll fuchsia [netstack3] Include routine/rule counts in inspect

Currently, when a hook has no routines or a routine has no rules, the
inspect data published by Netstack3 shows it as an empty node. This
makes adding an inspect selector for that node difficult without also
blanket selecting all properties contained by the node. Add properties
to the inspect data that indicate the number of routines installed on a
given hook and the number of rules in a given routine, so that there is
a property we can select on in privacy filters for an otherwise empty
inspect node.

Original-Bug: 332702047
Test: netstack3-inspect-integration-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1031314
Original-Revision: d27a773fad3ec21a365192b614ee991df20eb2f1
GitOrigin-RevId: d2f2b2b297722796cb8e5d00fe62b7b895704f6d
Change-Id: Id8044237f4db4731c9a5fc5b69c6f26247d018e2
1 file changed
tree: 0368fef4106f375269633fde07daa199e1dbada4
  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 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.