[roll] Roll fuchsia [netcfg] Add Topo Path to logical interface ID

Update the InterfaceNamingIdentifier to include the Topological Path
(alongside the existing MAC). This ensures that two interfaces with the
same MAC will only be considered the same logical interface if they also
have the same topological path.

Previously, provisioning two distinct interfaces with the same MAC would
result in a conflict and the removal of one of the interfaces from the
system.

While here, increment the Netstack Migration epoch. This bug prevented
some devices from migrating to Netstack3. Now that the issue is fixed,
we'd like these devices to retry.

Original-Bug: 476187989
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1477456
Original-Revision: 872cc5126ee1199c13e80d2b88b04b40bf917a38
GitOrigin-RevId: de7cc38bf308c792d32ea6eebcb9d13369018c74
Change-Id: I141013dd5815ea267e87c8162158eafb04ded221
1 file changed
tree: 58236a44a4cba7dcc68a5570af2fa6474431f976
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.