[roll] Roll fuchsia [netstack3] Move IP device config to DeviceIpApi

Move all the configuration-related logic and types from ip::device to
ip::device::config.

Introduce IpDeviceConfigurationHandler that is able to apply pending
configuration updates with very different logic for IPv4 and IPv6, given
there's substantially different logic between them and deduplication
would not help much.

We're still able to deduplicate creating a pending configuration and
getting configuration and flags, which were inlined as a `new` method in
`PendingIpConfigurationUpdate` and `DeviceIpApi`.

Original-Bug: b/42083910
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/978279
Original-Revision: 6ce9498177badaab8467a28f55412078f1588535
GitOrigin-RevId: 0ff5ea66f5f94e24f8c7847980b467cb585fd046
Change-Id: I322565538d3b8df1507c32e7753dd035a3d00fe5
1 file changed
tree: d413fa1cc160c3b90567bedf87aa8753c217cb77
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.