diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2015-03-22 16:04:46 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-31 14:37:03 -0400 |
commit | b49ffb2a21ccbcf62c3e38b822043b4302d8c26f (patch) | |
tree | a1a47794f3550255d871729ee2d541de90a1e91d | |
parent | 33fbb5011df19d6325e6b1e6e731fdf6b0f22f06 (diff) | |
download | tor-b49ffb2a21ccbcf62c3e38b822043b4302d8c26f.tar.gz tor-b49ffb2a21ccbcf62c3e38b822043b4302d8c26f.zip |
Changes file for 14710.
-rw-r--r-- | changes/ticket14710 | 10 |
1 files changed, 10 insertions, 0 deletions
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. + |