summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-02-01 16:39:21 +1100
committerNick Mathewson <nickm@torproject.org>2017-02-01 09:39:06 -0500
commitbed94a9ed9974d7ecd93078604baed14e548d531 (patch)
tree5875779a276cf6fc2e3ec5cb18cf3f1556fb7698
parent408c53b7a78767e04124fec4c4d470fe474e4906 (diff)
downloadtor-bed94a9ed9974d7ecd93078604baed14e548d531.tar.gz
tor-bed94a9ed9974d7ecd93078604baed14e548d531.zip
Changes file for 21357: Stop rejecting all IPv6 traffic on some Exits
This issue was triggered by 17027 in 0.2.8.1-alpha, which rejects a relay's own IPv6 address. Bugfix on commit 004f3f4e53 in 0.2.4.7-alpha.
-rw-r--r--changes/bug213577
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug21357 b/changes/bug21357
new file mode 100644
index 0000000000..a1cb43a78a
--- /dev/null
+++ b/changes/bug21357
@@ -0,0 +1,7 @@
+ o Major bugfixes (IPv6 Exits):
+ - Stop rejecting all IPv6 traffic on Exits whose exit policy rejects IPv6
+ addresses. Instead, only reject a port over IPv6 if the exit policy
+ rejects that port on more than an IPv6 /16 of addresses. This bug was
+ made worse by 17027 in 0.2.8.1-alpha, which rejects a relay's own IPv6
+ address by default.
+ Fixes bug 21357; bugfix on commit 004f3f4e53 in 0.2.4.7-alpha.