[roll] Roll fuchsia [net-declare] Rename CidrAddr and add tests

The CidrAddr type is misnamed; it represents an IP and prefix, not a
valid CIDR range. Rename it in preparation for adding another type that
represents a valid CIDR range. Add tests of the existing functionality
(with the new name) since there weren't any.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/635483
Original-Revision: 95ace1c2186a175d5a6010a88bec796eca1a3d56
GitOrigin-RevId: a2d5f8d10ebe2f476ff1ac894fd0b4de079d68fd
Change-Id: I56ed61cdcfb84a08deef3c7135cdf2c99b405105
1 file changed
tree: 38cf9885fbe3c16e8fdda5e736f60933ab165597
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.