[roll] Roll fuchsia [netstack3] Support IPV6_V6ONLY Socket Option

Support the IPV6_V6ONLY socket option for datagram sockets. This CL
wires up the bindings request handler implementation to Core's existing
API for enabling/disabling dualstack operations on a socket.

This CL also disallows changing the IPV6_V6ONLY socket option once a
socket has been bound.

Original-Fixed: 42182885
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/960912
Original-Revision: 9a6ae549d09c348a9006fe12676ed70d390d0786
GitOrigin-RevId: 777a27735a0fa29e96684a99ec87be5e5c2e1791
Change-Id: I322ff950153a4b06cf35cce0a429d26fbca07a2d
1 file changed
tree: 25aef71a25be228986a7bc0d3124f0801d65ce04
  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.