tor/changes/feature17327
teor (Tim Wilson-Brown) 1c2366ea43 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.)
2015-12-14 23:46:47 +11:00

6 lines
283 B
Plaintext

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".