[roll] Roll fuchsia [netemul] Make ping::Node work per IP version

Refactor the `ping` module such that IPv4 and IPv6 addresses are
stored separately. If a source node does not have addresses for an
IP version, it will skip pinging destination nodes in said IP version.

Add functions to the interfaces module:
- `wait_for_v4_and_v6_ll` for waiting for one IPv4 address and one IPv6
  link-local address (choice is arbitrary); and
- `wait_for_v6_ll` for waiting for one IPv6 link-local address (choice
  is arbitrary).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/613984
Original-Revision: 3fe290c5b6633161a0e64da4b7f306ed1f14585a
GitOrigin-RevId: 5280beaa5b65b3afef46120007c806c0189bc07d
Change-Id: Iab1c35916306dfba3c75f1a91bcb7487fce1d4cd
1 file changed
tree: 6f9cf143f50cbd2bd74add5cb84df312a7328d77
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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 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.