[roll] Roll fuchsia [netstack3/conntrack] Take PacketMetadata in API

Primarily, this is being done to reduce the number of places that need
to know how get data for conntrack, which should reduce the chance of
bugs. When we add NAT for ICMP errors, conntrack will need to look at
the inner IP packet while filtering only cares about the outer headers.

Original-Bug: 328057704
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1255146
Original-Revision: 059c60129b21c64194248fd00a10689e579cd7d9
GitOrigin-RevId: 9a1758ca25847706a64c6329d2b4c96d1d66d682
Change-Id: Iceb06ba080398abc0af9629056457ea0fb98c6ae
1 file changed
tree: 43b7981923168b1ac72a5719bd0357a0f01fdd8e
  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.