diff options
author | Neel Chauhan <neel@neelc.org> | 2019-02-22 13:36:02 -0500 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-02-22 13:36:02 -0500 |
commit | df8ad6473575e217fe69de7d0d12341a1162b95e (patch) | |
tree | baacce6fc67c31da5d305d45e8b847b6a400ce70 /changes | |
parent | 9ac8c854354eac7178eb8e99384f34c5a7abd5f4 (diff) | |
download | tor-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/bug24338 | 4 |
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 |