[roll] Roll fuchsia [netstack3] Detect duplicate IP fragments

Update the IP Reassembly logic to ignore duplicate IP fragments.

This behavior is allowed (but not mandated) by RFC 8200, Section 4.5
(Ipv6). We choose to also follow this recommendation for IPv4, which
has no similar guidance. This behavior puts us in line with other
platforms (e.g. Linux & gVisor).

Original-Bug: 413346888
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261544
Original-Revision: 3d2c506da8a6e951406590e92b38213c0c34af2d
GitOrigin-RevId: ed32722fad5798b94c24b9f7252d345158e9656b
Change-Id: Iaf252f3878a2d5cc2f938af28af363cdf7cb7808
1 file changed
tree: 62cd433826733ea7c9bfe59152b59a72f3f5e425
  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.