[roll] Roll fuchsia [gigaboot] Add managed network ethernet agent

Add an ergonomic wrapper around the managed network protocol in the
form of an EthernetAgent.
The agent is responsible for
*) Finding a valid network interface
*) Constructing the layer 2 header
*) Transmitting a payload

The agent is not yet used by any other code, but it is intended to be
used by the mDNS broadcast rewrite.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/886653
Original-Revision: d62d2348df602bd255a94008477b42bf1bd55725
GitOrigin-RevId: fe38d2c2d2a64c177498dc3bf1ba293cfb55b2e4
Change-Id: I8fe4014ad770479c07d0cf9f961cbc3dbc9b7ab8
1 file changed
tree: 0b18fbf85eb1db74f8f25233ccc2fb9652db5241
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.