[roll] Roll fuchsia [netstack] Reduce NUD log noise

Currently all NUD events, regardless of the entry's state, are logged at
the INFO level, which can result in a lot of log noise, especially in
the "happy" case where neighbors cycle through the typical states of
Reachable -> Stale -> Delay -> Probe -> Reachable. Because the biggest
use case for these logs is debugging connectivity problems, downgrade
the log level for entries that are in states less likely to be
significant to debugging: Stale, Delay, and Probe.

Original-Bug: 42141219
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048893
Original-Revision: 40627c0de7d2b3a03a2ce5743c42c8870e519b53
GitOrigin-RevId: 4a2b46f8de51f01560f30fdbe4628f0b94bf5475
Change-Id: I800986a30f707e8ec9af65cd341623f4dfef5e07
1 file changed
tree: a12c09defc85e7a5a4777fbe230f7a0bd2138272
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.