[roll] Roll fuchsia [netstack] Simplify DHCP address pool structs

This CL makes the following changes to the AddressPool and
ManagedAddresses structs:

1) Remove the `broadcast` and `network_id` members, which were unused in
the DHCP server.

2) Replace the subnet mask Ipv4Address with the equivalent u8
`prefix_len` in the AddressPool struct. The ManagedAddresses struct
uses a SubnetMask type so we can avoid adding the error handling logic
for converting from a u8 => SubnetMask at the point of use. Instead,
we handle that error when converting from AddressPool =>
ManagedAddresses.

Original-Fixed: 73076
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/510758
Original-Revision: 65367dafc03c84a54bf8f9aac11a419d3b3682eb
GitOrigin-RevId: c937abf04eec2324cef07c2e956b97a1a7f5dc6a
Change-Id: I9b7ff81e465fd4fc464eea628df1dc4168e8d9a8
1 file changed
tree: e7d556473e061bd01e0079183dc42550a4d9dc04
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.