From: rl1987 Date: Sun, 22 Mar 2015 14:04:46 +0000 (+0200) Subject: Changes file for 14710. X-Git-Tag: tor-0.2.7.1-alpha~101^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b49ffb2a21ccbcf62c3e38b822043b4302d8c26f;p=thirdparty%2Ftor.git Changes file for 14710. --- diff --git a/changes/ticket14710 b/changes/ticket14710 new file mode 100644 index 0000000000..2b6cb2060f --- /dev/null +++ b/changes/ticket14710 @@ -0,0 +1,10 @@ + o Code simplification and refactoring: + - Move the hacky fallback code out of get_interface_address6() + into separate function and get it covered with unit-tests. Resolves + ticket 14710. + + o Minor bugfixes: + - When attempting to use fallback technique for network interface + lookup, disregard loopback and multicast addresses since they are + unsuitable for public communications. +