[roll] Roll fuchsia [netstack3] Add IP-layer sidecar packet metadata

In the short term, this will allow us to associate a conntrack
connection with each packet.

The change was generated by adding a new parameter to the filtering
hooks and going where the compiler complained. It just so happens that
this manages to touch the majority of the IP layer and a small part of
the device layer as well.

In the long-term, we'd like to be able to pass information across layers
(e.g. from transport to device).

Original-Bug: 328063820
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1021352
Original-Revision: abd7c3968968851b41a02763f5b26772028ea82d
GitOrigin-RevId: 69a2de559ea6fadb04050bb62fc88db4a5244263
Change-Id: I14652fa066b160dbb11644b51ab8d12f1aba639b
1 file changed
tree: 913f9c70f0943e048fd76c93105a49bf0e9fc0f3
  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 via the IRC channel #fuchsia on Freenode.

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.