summaryrefslogtreecommitdiff
path: root/changes/bug24393
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-09-05 10:12:35 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-10-30 15:02:43 -0400
commit067b16eae2b7d37c7ec1595226bc7bf26aac1ff5 (patch)
tree8c09acc80b50234c4b9d905b36294ddfd90fb0e3 /changes/bug24393
parentaa1ae1343a2e57dc5a7bcd045566a10175acdd10 (diff)
downloadtor-067b16eae2b7d37c7ec1595226bc7bf26aac1ff5.tar.gz
tor-067b16eae2b7d37c7ec1595226bc7bf26aac1ff5.zip
Check IPv6 subnets as well as IPv4 subnets where possible when choosing client paths
Diffstat (limited to 'changes/bug24393')
-rw-r--r--changes/bug243936
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24393 b/changes/bug24393
new file mode 100644
index 0000000000..e190192319
--- /dev/null
+++ b/changes/bug24393
@@ -0,0 +1,6 @@
+ o Minor features (ipv6):
+ - When using addrs_in_same_network_family(), check IPv6 subnets as well as
+ IPv4 ones where possible when a client chooses circuit paths. Previously,
+ we used this function only for IPv4 subnets. Closes ticket 24393. Patch
+ by Neel Chauhan.
+