[roll] Roll fuchsia [netstack3] Reorder type parameters to put I first

Follow the informal convention used elsewhere in Netstack3 and put the I
type parameter used for Ip(Ext) before the type parameter used for the
payload in RxPacket, TxPacket, and ForwardedPacket.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1015340
Original-Revision: 7553758b95077a92281240b4713ff2c064f42581
GitOrigin-RevId: 07c3e85079d5955a84382b5655409ee63f112bef
Change-Id: I3fcbc5591c6089756813f7e57556b1232f32735b
1 file changed
tree: 9ff63b49f5a3ebd07b933735bcf2b94fd2fd7daf
  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.