From: Mark Wooding Date: Wed, 11 Jun 2014 00:02:49 +0000 (+0100) Subject: Support IPv6 in addr queries. X-Git-Tag: make-bug.2014-07-26~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/f7e35411ca63bd2ed9596959e8258bd2caa1deb6?hp=f7e35411ca63bd2ed9596959e8258bd2caa1deb6 Support IPv6 in addr queries. This is the end-game. Add flags and options to allow clients and administrators to choose which address families they want returned. For logical compatibility with old clients, don't return foreign address families unless explicitly requested. Lots of tests are modified to select only IPv4 addresses. There's nothing else up my sleeve. A new test is added for the additional functionality; more are expected later. Signed-off-by: Mark Wooding ---