[roll] Roll fuchsia [netcfg] Consume NDP DNS updates

Interact with the NDP RouteAdvertisementOptionWatcher to look for
RecursiveDns messages. Translate this watcher stream into a stream that
aligns with existing netcfg DNS streams.

Add a NDP DNS watcher for each Fuchsia-provisioned network. Follow the
same policies that DHCPv4 and DHCPv6 do in adding in the watcher when
the interface comes online, and removing it when the watcher stream ends
or interface goes offline.

Update the expectations of Netstack's DNS integration tests.

Verified locally to ensure NDP servers are observed from the watcher.

Multiply: netstack_dns_integration_test
Original-Fixed: 394378700
Original-Bug: 341759423
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1202283
Original-Revision: fd7bd9349c200c0bd69cbe4d32143356cb2d1512
GitOrigin-RevId: 9da49eb7764558c1a22eae7e410b488999feb9b1
Change-Id: I550d56a8de2581517329e03bc4324dd4a70743be
1 file changed
tree: f05c2e0734c2b53311a393f4e0d9c2384773fada
  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.