[roll] Roll fuchsia [netstack3] Ensure consistent checks when sending ICMP errors

ICMP (both v4 and v6) requires that ICMP errors are not sent in
response to ICMP errors and redirect messages. Netstack was checking
these conditions only in some cases. Moved these checks to ensure they
are applied consistently in all cases. Also cleaned up ICMP code by
removing some redundant and unused logic.

Original-Bug: 466098884, 485908816
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1511792
Original-Revision: 125dc82829029ba9b824730469aa8b3d3c4fe1b4
GitOrigin-RevId: afc7d2183c1b42f6d850ab08d92db885f161cac6
Change-Id: I32eeccdd49cde441d26a3fc91ac5028dfe318f85
1 file changed
tree: 8e2a3215f6b7d6eaca0c92ad0b198766475ad860
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.