[roll] Roll fuchsia [net-cli] Add support for Masquerade

Add a `masquerade` subcommand to `ffx net filter create rule` to allow
installing a Masquerade NAT rule from the command line. The syntax for
the optional source port range matches Rust syntax for an inclusive
range, i.e. MIN..=MAX. (This CL also updates the `redirect` syntax to
match, instead of using two separate optional min/max fields.)

Original-Fixed: 372546895
Test: net-cli-tests
      net-cli-integration-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1169934
Original-Revision: 2cf0208ebce1243149d6267efab07de87d111599
GitOrigin-RevId: 2ee2efedb909447623a2de5883dbd7e9b1d2ba4e
Change-Id: Iae6caff1f0f92c5c0a35f98c1d5a4e49ecccad3b
1 file changed
tree: 5ae74d7a3d1584fa09ac8faae0820615717c3ded
  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.