[roll] Roll fuchsia [net-types] Add Subnet::from_host constructor

`Subnet::from_host` is like `Subnet::new`, but operates on a host
address which may have host bits set (unlike `new`, which operates on a
network address which may not have host bits set).

Test: fx test net-types-tests -- test_subnet_new

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/634308
Original-Revision: e6b6be3f7a889dddfedbe58c930487dc90780700
GitOrigin-RevId: 8f422cc0686dfe38a61e1f67b397ff0f43b61a56
Change-Id: I4c542a5ba3df11b3a6e309ba8a19180ba2fd5216
1 file changed
tree: 712352ab5900a9723d3db3fe452ec031a8783015
  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.