[roll] Roll fuchsia [netlink] Relay NDUSEROPT messages

Adds support to the rtnetlink worker to subscribe to NDP options via
fuchsia.net.ndp and send ND_USEROPT messages to the appropriate
multicast group for the benefit of connected clients.

This behavior is added behind a feature flag (that is simply set in the
netlink source) that will start off set to false. A follow-up CL will
set it to true so that it can be more easily rolled back if needed.

Test: netlink-lib-test, netlink-integration, multiple successful OOBEs
Original-Fixed: 397475289
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1224664
Original-Revision: e3ae3838f763ca3ca886e759a85511efdbbcf1e3
GitOrigin-RevId: f00e14da2b7c558d499af1f222a1db949e18fd01
Change-Id: Iad98b51976a01c7c65754ae2efd53186232c5c6a
1 file changed
tree: 53b5b4b70bd19597daafc90c1bc81a2e715c7f4c
  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 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.