[roll] Roll fuchsia [netstack3] Add filtering API

Add a public filtering API exported by netstack3_filter, through which
Bindings can set Core filtering state. Introduce a new context trait
that allows accessing both IPv4 and IPv6 filtering state simultaneously,
so they can be modified atomically by Bindings. (This trait is called
FilterContext and renames the existing FilterContext, which is generic
over IP, to FilterIpContext.)

Original-Bug: 318738286
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/986253
Original-Revision: 4e938ff3920da75594b73e4036a0b3b5a4cbd073
GitOrigin-RevId: 185e5af9eed7c634d1823f4deba12e57f486b3b9
Change-Id: I9ef2b563af3b42e9c0e44a1841a852f59be16fb1
1 file changed
tree: 261b3624ca548c85c9d2e98f179ea61259ede9cb
  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.