[roll] Roll fuchsia [netstack3] Split ip::IpDeviceStateContext

Split the trait into methods that are typically used on ingress vs
egress. The motivation here is that the ingress context requires the GMP
lock to check for multicast groups, whereas the egress one doesn't. This
allows us to rework the GMP locks and send MLD/IGMP packets under the
GMP lock.

Original-Bug: 336871374
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1163883
Original-Revision: 6e1592d2b60f93925ca75b8d7372041cfe6213bc
GitOrigin-RevId: 1f70c0c2cdea19a79a7c9e4cd9106197d40a19db
Change-Id: Id55b40169d2d671b4685b9148e5e91183c607ca3
1 file changed
tree: d929c278c11b47a8436e34bb021d76020e003b8e
  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.