[roll] Roll fuchsia [lowpan_driver_common] Don't remove routes that are still in use.

If there are multiple addresses with the same subnet, then removing
one of them would cause the on-link subnet route to be removed,
making the other devices on the subnet unreachable. This change
adds a table to keep track of addresses being added and removed
from the interface so that the subnet is only removed when all
of the addresses with that prefix have been removed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/689687
Original-Revision: cd65ff05c3fb5bbb6df0436370a772bcdbbc4074
GitOrigin-RevId: 81c363ee0306370d0426b2a47281956008703bca
Change-Id: Ie48c30c44836abf74763d22816a19dc379e91c89
1 file changed
tree: 41a0695af89fb5175bb4c82bad9ea1402595bf58
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.