diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-31 14:37:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-31 14:37:09 -0400 |
commit | 30e933b13660e62d10997f4809b3f13235b30325 (patch) | |
tree | 51047f6ec5b72865e0a5fbb0cac60fde115c916a /changes | |
parent | 732322b710d515a55ebbaa984fa12f19ccb333e8 (diff) | |
parent | b49ffb2a21ccbcf62c3e38b822043b4302d8c26f (diff) | |
download | tor-30e933b13660e62d10997f4809b3f13235b30325.tar.gz tor-30e933b13660e62d10997f4809b3f13235b30325.zip |
Merge branch 'ticket14710_squashed'
Diffstat (limited to 'changes')
-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. + |