diff options
author | Linus Nordberg <linus@torproject.org> | 2012-09-17 20:21:22 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-09-17 22:01:58 +0200 |
commit | bee1e46bd179b4085f47f3f3fc34db94e67e1c72 (patch) | |
tree | e40a9e11c74a050e7464dc86451fcd31a9f57462 /changes | |
parent | 5977da6c60bcde2dee97e443984da3e9a5808bb9 (diff) | |
download | tor-bee1e46bd179b4085f47f3f3fc34db94e67e1c72.tar.gz tor-bee1e46bd179b4085f47f3f3fc34db94e67e1c72.zip |
Don't do reachability testing over IPv6 unless AuthDirPublishIPv6 is set.
This affects both directory authorities and bridge authoritites.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6880 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug6880 b/changes/bug6880 new file mode 100644 index 0000000000..c08a2d40de --- /dev/null +++ b/changes/bug6880 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Don't do reachability testing over IPv6 unless + AuthDirPublishIPv6 is set. Fix for bug 6880. |