[roll] Roll fuchsia [netstack3] Introduce NeighborApi

The new neighbor API replaces all the freestanding functions that were
providing its functionality.

While I'm here, clean up neighbor worker a bit to reduce duplication
around loopback not supporting the neighbor API given the detection has
been moved out of core, NeighborApi still provides full type safety
there. If someday we need more neighbor types we can consider some extra
facilities in core, but as long as we have a single device type that
supports it it's not too bad.

Original-Bug: b/42083910
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/973392
Original-Revision: 2678f66dc543ee25124785061deca4249dfcc254
GitOrigin-RevId: 2dc98338be722ceb056b0bde524b1edd355be025
Change-Id: Iabd863823e8df679bb58fe7732841b54037a3d9d
1 file changed
tree: 159fbe5f74772198e0086a39afbab541ef1a82ee
  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.