[roll] Roll fuchsia [netfilter] Refactor parser structure

Move the grammar definition for netfilter into a separate file so that
it can be used by the current parser (that supports
fuchsia.net.filter.deprecated) and the new parser that will support
the new filtering library.

The uses of these external parsing functions has been updated in netcfg
and net-cli. The new parser for the filtering library will take over the
main `parsing` module in a future CL.

Original-Bug: 42083796
Original-Bug: 323950171

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/989052
Original-Revision: f027ed957e6251f392a0e0816aea379bb2bbaff6
GitOrigin-RevId: d098a3168f2c9a9cd259b9d1c419148d406069ca
Change-Id: I3845cb5cff0c41e840c56eab2e9ffadbf01c2a3d
1 file changed
tree: 72598daed2c6b96017880a12a6faa16c4321c110
  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 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.