[roll] Roll fuchsia [fnet_filter_deprecated] Use InterfaceId, not u32

Update the `fuchsia.net.filter.deprecated` FIDL API to use the
`InterfaceId` type (aliased to uint64), rather than an uint32 type.

This allows us to avoid a useless conversion/check in Netcfg when
serving the fuchsia.net.masquerade API.

Original-Bug: 331264840
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1139415
Original-Revision: 7205d3b48a623cb030bf3958d6a7bf7780e06e13
GitOrigin-RevId: 478530dd5b1f4d9fd1a68024d98c2eb4e1135556
Change-Id: I30ae1c4dafb06bbdb74618f580a404aa57ca9b6c
1 file changed
tree: c2d6c14dd6b25bbfffba95fe7e3f6bfdc41b68ec
  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.