[roll] Roll fuchsia [netpol] Add CheckPresence to SocketProxy protocol

SocketProxy will be an optional component determined on a per-product
basis. To determine whether SocketProxy is available in the product, a
FIDL call must be made against the protocol to determine whether the
connection is valid.

The future client of FuchsiaNetworks, netcfg, uses this approach to
determine which filtering and DHCP protocol to use.

The existing endpoints offered by the API have side-effects (such as
writing to Inspect) so a new endpoint should exist for this behavior.

Original-Bug: 385368895
Test: Verified manually on https://fxrev.dev/1165212 with use of
CheckPresence

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186496
Original-Revision: f2ff3cd7a73ad38a5a138efca2ba24a108f5f26d
GitOrigin-RevId: 91a503471f32aa6c74b336f21bac0f9bd6a7f650
Change-Id: If228f325a36e4fab9e06b92f5e094588821b2273
1 file changed
tree: 93c57b3bd4c28d3a3e5976a6b3922aafa09ffe81
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.