[roll] Roll fuchsia [netstack3] Lookup routes in multicast route table

Add support for querying the multicast route table to determine the
forwarding action to take for a received packet. At the moment, this
function isn't called into by the IP RX path (a follow up CL will do
so).

While here, create a testutil module so that the existing `FakeCoreCtx`
implementation for multicast forwarding can be reused.

Original-Bug: 353329136

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089037
Original-Revision: ac49aca387478c23a6377e0e7ec221e0cd914731
GitOrigin-RevId: 67acefa3ce105fc6e4c546ec72827a047e14b94c
Change-Id: I9c79ce41019c5c07b59f44602e0efd01657f2466
1 file changed
tree: 60b7c62fedef1d38225a33d4230cb4e99f4ba3e4
  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.