[roll] Roll fuchsia [netstack] Add/Remove IPV6 addresses with prefixes

Change the types of fuchsia.net.interfaces.admin/Control.AddAddress and
RemoveAddress to fuchsia.net/Subnet instead of
fuchsia.net.InterfaceAddress following decision to always carry prefix
lengths with IPv6 addresses. Will follow up with deletion of
fuchsia.net.InterfaceAddress.

Original-Bug: 98955
Original-Bug: 100535
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679382
Original-Revision: 4203b82e5eee81718a8c40346fe47e344270f111
GitOrigin-RevId: 29bac4ce2aaeaba95f5ed39a14282ba251f39cff
Change-Id: Ib0918b1e862147324ee407fe9278edc17b7755aa
1 file changed
tree: ca98023dc8962a8dc1268b7e30ef928c755c30b9
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.