[roll] Roll fuchsia [netstack3] Ignore Echoed ARP packets

Ignore ARP packets that have a sender hardware address matching our own.
This indicates that the network has reflected an ARP packet back to us.
Such packets are benign to the ARP protocol, but destructive to some
protocols built on top of ARP. E.g. Address Conflict Detection (RFC
5227) specifies that echoed ARP packets must be dropped.

Original-Bug: 42077260
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1257585
Original-Revision: 225df47cd404bdc2e470b5152a27dc42936c4f3b
GitOrigin-RevId: d86bb1b4691184efa95ff0bd258cd7526085a613
Change-Id: Id1d17084553bab93bec6a4127d66943a3ef707b1
1 file changed
tree: 780fadfb6fd085be289d90d37f6cae781f7fe2c8
  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.