When a DirAuth checks reachability on itself and has IPv6, mark it as reachable

This commit is contained in:
Neel Chauhan
2019-02-22 13:36:02 -05:00
parent 9ac8c85435
commit df8ad64735
2 changed files with 19 additions and 3 deletions
+4
View File
@@ -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