[roll] Roll fuchsia [netstack3] Merge IPv4/IPv6 Address state

In preparation for supporting DAD on IPv4, use the same types to
represent the state of an address on a device. `Ipv4AddressEntry` and
`Ipv6AddressEntry` are now more alike then they are different.

In doing so, I can remove a handful of traits that were used to
trampoline types around.

Original-Bug: 42077260

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266824
Original-Revision: 152688a9534c923869763cfc171b3f28923e3a27
GitOrigin-RevId: 43617117bbb355236bd577b4c424e65ffb5f5c5e
Change-Id: Ida3634331ed79d3cc3ec31585d3d07d550f09b3d
1 file changed
tree: f21720b98be6ab418967134abbb0d9c278218ac0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.