[roll] Roll fuchsia [netlink] Align get neighbor errors more closely with Linux

Fixes a few inconsistencies in error codes between Linux and Starnix's
rtnetlink implementations, namely:

* a header specifying a non-IP address family returns EAFNOSUPPORT
  instead of EINVAL
* a request that specifies a nonexistent interface returns ENODEV rather
  than ENOENT

Also extracts a function to handle the first two cases because the logic
will be the same for NEW and DEL messages, and introduces more specific
`RequestError` values with display strings which lets us move all the
error logging up one level and avoids duplicated error logs as
additional request conversions are introduced.

Original-Bug: 285127384
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1497939
Original-Revision: d44c341388290580a5e97b7166f384b469e2f655
GitOrigin-RevId: 573a52da0fe14f2a31fcf77d5b8ab8e1dfc8d312
Change-Id: Ia254d7480b8b38d0c622409a2935b75d5842d739
1 file changed
tree: d81bc46e330ad0977dc4ba5b67f1d967f61da689
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.