[roll] Roll fuchsia [lowpan] Fix inspect node types to report uint

Some nodes, in particular the neighbor node 'age' are currently reported
as 'strings' or 'int' types. As these values cannot exceed u32, convert
them to 'uint' nodes.

Original-Bug: b/262985077
Test: Verified via Inspect that nodes are now uint types.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/778529
Original-Revision: 4fc38e53536e1c8e4e6587a365e54556b4159fd7
GitOrigin-RevId: 3c7d812f8bfea57fda1967b099d46db94dc2ca26
Change-Id: I427d1d2f3cc3fec9d5805e23f179f830c7157512
1 file changed
tree: 474d019a5df8de485534dd3df617193b6cbd7ac0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.