[roll] Roll fuchsia [netstack3] Implement ICMP error NAT

This relies on the ICMP error modification code that was previously
added to the packets module. When we see a valid inner payload, we
perform inverse NAT on it before rewriting the outer IP header.

For a nitty-gritty justification of the implementation, see the comment
in the rewrite_icmp_error_payload function.

Original-Fixed: 328057704
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1263924
Original-Revision: a33f80846ed0ca0be8e051e7c68ece476898b090
GitOrigin-RevId: 598132496aa7751ebc292d41b8ff59aa890f2a93
Change-Id: I9fd993e3e079e3b1272a0ff91985fcbee3453d40
1 file changed
tree: 8931bc497a21faa22f92dccdaca48179a10885e0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.