[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
1 file changed
tree: 7e62bb6cf5861804f37913ae87a995c1504681d1
  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.