[roll] Roll fuchsia [netstack3] Use UnicastAddr<Mac> for device addr

Before this change, Netstack3 Core would accept a multicast Mac address
as the hardware MAC address for a device. Since device addresses should
always be unicast, use a witness type to enforce that.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/630721
Original-Revision: 5a2b940b480109580a5ca478cab6c52583819d5f
GitOrigin-RevId: 64a109706dd45718db8f26a33f9261b85c5a402f
Change-Id: I5b4cfcd827fa50a4e345252df5476b16afc275f5
1 file changed
tree: 61e23a3258ce600f6c084477cafb0fc3d7bf7a71
  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.