[roll] Roll fuchsia [dhcpd] Fix src/dst address setting in replies

Fixes two separate bugs introduced by https://fxrev.dev/699943:

- https://fxbug.dev/105371, in which we mistakenly set the `src_ip` to
  match the sender's `src_ip`. The fix is to get the `src_ip` from the
  `ServerIdentifier` option, panic-ing if it is not present.
- https://fxbug.dev/105389, in which we set the DHCP Offer as broadcast
  even when the Discover's Broadcast bit is 0. The fix is to use the
  already-computed `dst` addr, which takes this into account.

Test: network-conformance-testing
Original-Fixed: 105371,105389
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705108
Original-Revision: 1fddb148df84224f71f799778b7b41ec3aa2a03c
GitOrigin-RevId: ed558ce5dabb77070b78c247456ccaf65c11b9d6
Change-Id: Id63a2e796855e8ef7a3d0e6d27f84f83f876fbe8
1 file changed
tree: 49d5b123c3fb64a6ea49365a584d72c727e52022
  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.