[roll] Roll fuchsia [netstack3] Include Ipv6 routes in ns3 inspect

For netstack3 routes inspect data, use a child node id that continues
incrementing across IP version. Formerly, both v4 and v6 routes were
added to the Inspect tree with an incrementing id starting at 0. This
created a collision in Inspect child node names, causing most v6 route
data not to be published to Inspect.

Tested: fx test netstack3-inspect-integratio-test
Original-Fixed: 136224
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/944832
Original-Revision: f7de0f00cc78f37c71f587718e089f01fd8bcdb7
GitOrigin-RevId: 0e9256edf7ba0828adf5c2e2a713a908c7443124
Change-Id: I116529c153f58b38016e99b953c2c9fca34a9a72
1 file changed
tree: 35547b9938f9ab593ca54284395091a30fbf12dc
  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.