commit | eae384c30e79d80ca22f6a0ba0f5ebde7091c925 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Fri Jul 26 17:37:49 2019 -0700 |
committer | David 'Digit' Turner <digit@google.com> | Thu Aug 15 12:58:20 2019 +0200 |
tree | 65e227d237ac1a610b8a7bb2c606ba09af6a2875 | |
parent | 10d1b2538b8c344056c7014a0b97aed4f3997387 [diff] |
[mdns] Implement IPv6 listening. Modify the implementation to support listening on IPv6 multicast addresses as well. Add another question record to each QuestionPacket() result to ensure each one asks for both the IPv4 and IPv6 address of a given domain. Note however that AnswerPacket() creates a packet with a single answer record, whose record type (A or AAAA) depends on the configured IP address. + Modify dev_finder to listen on both IPv4 and IPv6 addresses. + Modify mdnstool so that the "publish" and "resolve" command support both IPv4 and IPv6 addresses. Note that "publish" can support only one address type at a time. BUG=DX-1664 Change-Id: Iddc9439f86c1958a131bf07e0b856e8bdcb2f85d
This repo contains tools used in Fuchsia build and development.
Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe.