[roll] Roll fuchsia [lowpan] add thread dump info 'history router' to inspect.

`history router` displays the route-table history in table.

```
history_tracker_report:
    router_info:
      0:
	age = 00:30:32.101
	event = Added
	new_path_cost = 0
	next_hop_id = 40
	next_hop_rloc = a000
	old_path_cost = 0
	router_id = 40
	router_rloc = a000
      1:
	age = 00:32:26.115
	event = Added
	new_path_cost = 1
	next_hop_id = 27
	next_hop_rloc = 6c00
	old_path_cost = 0
	router_id = 27
	router_rloc = 6c00
```

Original-Bug: 455952218
Test: verify the inspect info locally.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1573715
Original-Revision: 526ae3291cca89fd1815b4c53fba978c72d66108
GitOrigin-RevId: 22fc9f968f17ce124f6bc016e7f79af11739fce3
Change-Id: Ic50366d1f06c6ae792ffadd5b4ebb9376d0e88eb
1 file changed
tree: 0299fd46d29cb02240a0356e80c6732a8eb53b3a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.