[roll] Roll fuchsia [Netstack3] Disallow TPROXY filter action in NAT routines

Previously NAT routines were allowed to use the TPROXY action in
the INGRESS hook. This functionality is not needed: TPROXY action
should be used in the IP routines.

Also updated the TPROXY logic to avoid executing NAT filters for
packets redirected to TPROXY - this makes it consistent with iptables
behavior in Linux.

Original-Bug: 466098884
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1506756
Original-Revision: 6b2dd047ecd28443df67e242d0f45dff9535fa85
GitOrigin-RevId: 1ee35762d9f17975873642773d2a6eaeaba14707
Change-Id: Id042d3fac11bc030ce08169950fadbff9f6395aa
1 file changed
tree: ff53fca636eed0afcadc6ad2fa667b94acf15c9d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.