[roll] Roll fuchsia [netstack3] Move `confirm_reachable` to `IpSocketHandler`

We need to lookup route to confirm neighbor reachability because we
don't have route caching. Moving it to the IP socket layer will make
it closer to where routing decisions are made, and in the future when
we have route caching, it will also be in the `IpSock`.

Original-Fixed: 361817008
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1109983
Original-Revision: f38ea34b6495c054e12600939983129cf2b2e67c
GitOrigin-RevId: be4bb51096896bb107cf8f0396dbc4dd7ddff48d
Change-Id: Id4142a42aa31f26bdf20f4e9cc34b277b675463a
1 file changed
tree: 56a7838b9012085d044c3516ce09318b884a4844
  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.