diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-04-28 16:03:23 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-04 15:23:14 -0400 |
commit | 0cf90bac2a7136e0abb9fed160f70c543ad8b88a (patch) | |
tree | 52f73146e52417af2e1e608bf8a6ad7ea9e306f2 /changes | |
parent | de08f2d96bd1815a8da5c359a4f52310dc1905d7 (diff) | |
download | tor-0cf90bac2a7136e0abb9fed160f70c543ad8b88a.tar.gz tor-0cf90bac2a7136e0abb9fed160f70c543ad8b88a.zip |
Choose the correct address for one-hop connections
After #17840 in 0.2.8.1-alpha, we incorrectly chose an IPv4
address for all DIRIND_ONEHOP directory connections,
even if the routerstatus didn't have an IPv4 address.
This likely affected bridge clients with IPv6 bridges.
Resolves #18921.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18921 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18921 b/changes/bug18921 new file mode 100644 index 0000000000..934a604945 --- /dev/null +++ b/changes/bug18921 @@ -0,0 +1,4 @@ + o Major bugfixes (IPv6 bridges): + - Fix directory address selection for IPv6 bridges. + Resolves #18921, bugfix on #17840 in 0.2.8.1-alpha. + Patch by "teor". |