[roll] Roll fuchsia [netstack3] Dedpulicate exposed config structs

Ipv6DeviceConfigurationAndFlags and Ipv4DeviceConfigurationAndFlags have
exactly the same shape and can be just one struct, which makes
`get_configuration` on the API much nicer and less mysterious.

This should make it easier to introduce an IP-specific GMP mode to the
configurations in a follow-up.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172714
Original-Revision: bb68b713e76f1216ffe7469962f53eaf7d667c84
GitOrigin-RevId: 08f65c878c7aa93b1ee36bcf9f444abf225a7bf2
Change-Id: Ic8cb97bdfb51ef32814f89f203721f4444a53030
1 file changed
tree: bbeca49086e8fdf65ece7e05f315a5b18bc421bf
  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.