[roll] Roll fuchsia [netstack3] Reduce NUD error log severity to debug

Currently we log an error when we receive an upper-layer confirmation
for a neighbor that is not in the neighbor table. However, the way the
code is written, TCP provides upper-layer confirmations to NUD
regardless of whether the reachable IP address is owned by the netstack,
and we never create a neighbor entry for ourself. So this is more of a
red herring as an error log.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/956752
Original-Revision: c44fd25889c1e712cb3c25dec84eaa1da4887af1
GitOrigin-RevId: f7e5dcf72b33e920f702825fb60f72e7eeb6a05e
Change-Id: Ia09f4e84d700f66a35822a8946dd2efce2e6bbd8
1 file changed
tree: 0310952e739dd75ef6d26e9cfe8f8d3263176a22
  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.