commit | 35be6272e662ccc09895e4f3af91fa18533e4589 | [log] [tgz] |
---|---|---|
author | Peter Johnston <peterjohnston@fuchsia.infra.roller.google.com> | Tue Jul 16 18:49:01 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 16 11:52:31 2024 -0700 |
tree | 618d948df9b8b95680668b62191822cfa82663ee | |
parent | a589acab38eef8d575f0959e69c3390af2e7a775 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.