[roll] Roll fuchsia [netstack3] Remove Ip from SocketMapAddrSpec

Remove the IP version and address from the SocketMapAddrSpec. This will
allow using a single SocketMapAddrSpec for both IPv4 and IPv6 sockets
for all socket types (TCP, UDP, ICMP, Raw IP), which makes sense since the local
and remote identifiers don't depend on the IP version.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/887914
Original-Revision: cf8244c65d9cb191c03642e2573fd619eac4423b
GitOrigin-RevId: 586d01cda2450eb1f817e81e10561e1817dddcdf
Change-Id: Ib9395ddd1fa815fb8bdbe158b4bc822e6b28e53f
1 file changed
tree: d5eede72a081261f6d097ac7d88e94ffb8d2cad7
  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.