[roll] Roll fuchsia [netstack3] Use struct for NAT config result

To make the meaning of the return values more clear, define a
ConfigureNatResult struct that is returned from functions that configure
NAT for a particular connection, which consists of a verdict (which
indicates what should be done with the packet) and a boolean (which
indicates whether NAT is to be performed on the connection).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1132660
Original-Revision: e37ae1df8aea3ab3da7f3d57233a8cdd85a55eaf
GitOrigin-RevId: 39ec32566dda563b71165388e8fd561e6698ca1a
Change-Id: I6d561807ba730e722dcfd669946c73c2344af2c9
1 file changed
tree: 7f6ca7eae213962d45fac02ede965c084feb7b2e
  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.