[roll] Roll fuchsia [netstack3] Use CounterContext2 in ip/mod.rs

Replace usages of the CounterContext trait with calls to
CounterContext2. For each counter incremented through CounterContext,
add a corresponding field on IpCounters. Update tests which assert on
counter values to assert on the appropriate field.

Tested: fx test netstack3-core-test
Original-Bug: 134635
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/930353
Original-Revision: 34415d8a6ca9345e056ceed189d593b707b35c56
GitOrigin-RevId: 1843c8be38426414bb620e6767ab8f6ed45e5a76
Change-Id: If66a9463eb03208182a453cdb288e37be80432b5
1 file changed
tree: 7be6ec14d23d2aed55b6087a6b5523c882eab0c8
  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.