[roll] Roll fuchsia [netstack3] Introduce datagram::IpExt trait

Provide an IP extension trait from the datagram module and use that as
udp::IpExt. Replace the I: IpExt bounds on public UDP methods with I: Ip
so that the IpExt trait can remain crate-internal.

Original-Bug: 21198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/891195
Original-Revision: b0f8026c6e42673e96aa13a2cce4074f71d26a76
GitOrigin-RevId: bcb9e1e9989f450b8da4f7ebcf4e392712173699
Change-Id: I853e1148adf6d0a1548d40968a4c33fb9df2299f
1 file changed
tree: 239828459a378da32794097bac0d28f27c30984a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.