[roll] Roll fuchsia [netstack3] Concretize ICMP message functions

This is required for ICMP error NATing because otherwise we end up
with trait bounds that are impossible to meet without conflicting
implementations. For example, needing to implement something for
`Nested<Concrete, IcmpMessage<I, Generic>>` as well as
`Nested<Generic, IcmpMessage<I, Concrete>>`.

This will theoretically have a minor performance impact, but none of
these codepaths are expected to be anywhere close to hot, since these
should only be called for errors or NDP.

Original-Bug: 328057704
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1255145
Original-Revision: 9126c35cf2f25c2b49187d9667ef758b89dace4d
GitOrigin-RevId: 7bcc09dfb7729c83eeb67408e510ebb3f9448366
Change-Id: I87596a7b95ff56c0716a91438916ffb625da1f0c
1 file changed
tree: 74025e54ceb4aa9fec9d73791b753963c9ee125c
  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.