[roll] Roll fuchsia [starnix][iptables] Separate namespace ID from table name

When creating a fuchsia.net.filter/Namespace to correspond to an
iptables table, starnix adds a prefix indicating the IP version ("ipv4-"
or "ipv6-") so that IPv4 tables don't conflict with IPv6 tables.
Refactor to clarify the distinction between the NamespaceId and the
table name. This fixes a bug in the logic that was using the prefixed
NamespaceId to determine routine type (IP or NAT), which meant that all
routines were determined to be IP routines.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1082712
Original-Revision: 434cde9ae76360fa2f20b5ebe76244ae7b1a7e26
GitOrigin-RevId: ea711b1b83761faa0b8d7dd6a6e3398da71a04d4
Change-Id: I3d8ce12f1ed7c4d3d9f663fb497b92f44406a55a
1 file changed
tree: 618d948df9b8b95680668b62191822cfa82663ee
  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.