[roll] Roll fuchsia [netstack3] Bake ICMP mutability into trait

Now that there are conntrack entries associated with ICMP errors, NAT
will attempt to rewrite the ID of the outer ICMP message if it's an
error and there's a valid inner payload.  Previously, the code assumed
this was impossible, so update_icmp_id will panic.

To resolve the issue, this change adds an IS_REWRITABLE constant to
the IcmpMessage trait that can be checked before the code attempts to
rewrite the ID.

Original-Bug: 328057704
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1262884
Original-Revision: 00edafa4e0bbf0c1d50278e59271e3575e5aea3f
GitOrigin-RevId: f7a4e2a50c8100c2e292f7bbacddd412691aca54
Change-Id: Ibebc415dc98093df4963d51b640565821cad4feb
1 file changed
tree: 0cd6686801acbaeb982a5acb9c603981255d7bca
  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.