aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-11 22:14:46 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-14 23:46:47 +1100
commit1c2366ea43d44b2d6d04303fd6086405d7ca4b6c (patch)
tree3dad8974d39e7e9359a4a00e08c99ba3525a1e5c /changes
parent85003f4c80b7c980099fedca7dba0c0a90209084 (diff)
downloadtor-1c2366ea43d44b2d6d04303fd6086405d7ca4b6c.tar.gz
tor-1c2366ea43d44b2d6d04303fd6086405d7ca4b6c.zip
Authorities on IPv6: minor fixes and unit tests
Update the code for IPv6 authorities and fallbacks for function argument changes. Update unit tests affected by the function argument changes in the patch. Add unit tests for authority and fallback: * adding via a function * line parsing * adding default authorities (Adding default fallbacks is unit tested in #15775.)
Diffstat (limited to 'changes')
-rw-r--r--changes/feature173275
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature17327 b/changes/feature17327
new file mode 100644
index 0000000000..2fab09990b
--- /dev/null
+++ b/changes/feature17327
@@ -0,0 +1,5 @@
+ o Minor feature (IPv6):
+ - Add a flag ipv6=address:orport to the DirAuthority and FallbackDir torrc
+ options. Add hard-coded ipv6 addresses for directory authorities with
+ ipv6 lines in their descriptors.
+ Closes ticket 17327; patch from Nick Mathewson / "teor".