summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2019-02-22 13:36:02 -0500
committerNeel Chauhan <neel@neelc.org>2019-02-22 13:36:02 -0500
commitdf8ad6473575e217fe69de7d0d12341a1162b95e (patch)
treebaacce6fc67c31da5d305d45e8b847b6a400ce70 /changes
parent9ac8c854354eac7178eb8e99384f34c5a7abd5f4 (diff)
downloadtor-df8ad6473575e217fe69de7d0d12341a1162b95e.tar.gz
tor-df8ad6473575e217fe69de7d0d12341a1162b95e.zip
When a DirAuth checks reachability on itself and has IPv6, mark it as reachable
Diffstat (limited to 'changes')
-rw-r--r--changes/bug243384
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24338 b/changes/bug24338
new file mode 100644
index 0000000000..75984b6329
--- /dev/null
+++ b/changes/bug24338
@@ -0,0 +1,4 @@
+ o Minor bugfixes (dirauth, ipv6):
+ - If we are a durauth with IPv6 and are marking relays as running, mark
+ ourselves as reachable on IPv6. Fixes bug 24338; bugfix on 0.4.0.2-alpha.
+ Patch by Neel Chauhan