[roll] Roll fuchsia [net-types] Decouple `SpecifiedAddr` from `ZonedAddr`

Zoned addresses are not implicitly "specified"; it would be valid
(though maybe not useful) to express
`ZonedAddr::Unzoned(I::UNSPECIFIED_ADDRESS)`.

By decoupling this relationship, we make it easier clients to use
`ZonedAddr<A, Z>` where `A` is a witness type of more properties than
just `SpecifiedAddr`.

A follow up CL will leverage this in NS3 to pass around
`ZonedAddr<A, Z>` whose `A` is both `SpecifiedAddr` and `NonMappedAddr`.

Original-Bug: 132092
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/911353
Original-Revision: 145584ecb7b399777ffbc2164680b2b8e2fd4b71
GitOrigin-RevId: 133da44bb149be591e1db9786c84873577bd5d90
Change-Id: If88086762179db66c13db03165bc7f572c949698
1 file changed
tree: c8472b4245a73bffa89bac3517ffb702e05b830f
  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.