[roll] Roll fuchsia [netcfg] Stop local provision for delegated ifaces

This CL blocks provisioning events within netcfg by looking up the
interface state of each interface encountered from the interfaces
watcher and 'ignoring' the event if its provisioning state is Delegated.
This prevents the provisioning from starting, and the error logs assert
that events are not encountered for interfaces that have the Delegated
provisioning type set.

Test: Ensured that without the 'ignore' part of the
handle_interface_watcher_event, `test_install_only_no_provisioning`
fails AND we see the tracing error logs present too.

Original-Bug: 135160
Original-Bug: 135087
Original-Bug: b/309010919
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/949504
Original-Revision: 28026e0de7dd38546fa2aff31d0806f0d58cf7ab
GitOrigin-RevId: a908bf9634ba3e0a8d16cc0a54ef57a19d30e17a
Change-Id: I754ac579b7aa4937b060e5ae7818b8a3e9294058
1 file changed
tree: bcd47c475a7fa136d967a4459f0ca41fe230c8ce
  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.