diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-07-06 14:35:01 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-07-06 14:46:22 +1000 |
commit | b167e82f62119c3f25b8294793f0643125fd43c6 (patch) | |
tree | 3068f628dadad7aff6d29873dea5179ec4e85f3c /changes | |
parent | 4f4d77c435d74bdb6359e86ff60c4a4c0d7e45b8 (diff) | |
download | tor-b167e82f62119c3f25b8294793f0643125fd43c6.tar.gz tor-b167e82f62119c3f25b8294793f0643125fd43c6.zip |
When checking if a routerstatus is reachable, don't check the node
This fixes #19608, allowing IPv6-only clients to use
microdescriptors, while preserving the ability of bridge clients
to have some IPv4 bridges and some IPv6 bridges.
Fix on c281c036 in 0.2.8.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19608 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug19608 b/changes/bug19608 new file mode 100644 index 0000000000..66c2de214e --- /dev/null +++ b/changes/bug19608 @@ -0,0 +1,6 @@ + o Minor bugfixes (IPv6, microdescriptors): + - Don't check node addresses when we only have a routerstatus. + This allows IPv6-only clients to bootstrap by fetching + microdescriptors from fallback directory mirrors. + (The microdescriptor consensus has no IPv6 addresses in it.) + Fixes bug 19608; bugfix on c281c036 in 0.2.8.2-alpha. |