[roll] Roll fuchsia [Netstack3] Use ResolvedRoute::local_delivery_device

resolve_route_to_destination() returns local_delivery_device as part
of ResolvedRoute. That field is intended to specify a device for
loopback delivery, but it was ignored during packet delivery. Now
it's passed to the loopback device as expected.
This required some fixes in resolve_route_to_destination - it was
using SRC IP to resolve the delivery device, which is incorrect.
Also renamed parameters in resolve_route_to_destination to make it
less error-prone.

Original-Bug: 42084713
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1063879
Original-Revision: 64016549839b8fb6612ed2be44e54c363af86488
GitOrigin-RevId: b6eac5b99196695e89683b1e2d63c9d5f4bc7b7b
Change-Id: Iadd9ab8a2f8264ab3a02a8cd88301d56600f6b01
1 file changed
tree: dfd3ed02aff3e214cff04a089b02b968b2b1d089
  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.