commit | b2ca95a9a00ee95397a97fd216893746b01744dd | [log] [tgz] |
---|---|---|
author | Peter Johnston <peterjohnston@fuchsia.infra.roller.google.com> | Fri Aug 11 14:30:14 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 11 07:31:22 2023 -0700 |
tree | 7e62bb6cf5861804f37913ae87a995c1504681d1 | |
parent | 702a355cf5d6ddab296024cd945d3f9435a61618 [diff] |
[roll] Roll fuchsia [netstack3] Separate types for NUD states Define distinct types for each state of the NUD state machine. There is a good amount of code that should only ever run against a particular state, and giving each state its own type allows us to encode this invariant in the type system rather than in runtime assertions. Original-Bug: 35185 Test: netstack3-core-test Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/899779 Original-Revision: c53eaa3c0b1db4fde12bbe0acc808eabc031d332 GitOrigin-RevId: dfcfb41a3d7ba9bceef7d2b0a7566f4427e35e19 Change-Id: I84d7b30541a20d1b91c4ff0a581a20abf380b6d3
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.