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.
This commit is contained in:
teor 2017-02-01 16:39:21 +11:00 committed by Nick Mathewson
parent 408c53b7a7
commit bed94a9ed9
1 changed files with 7 additions and 0 deletions

7
changes/bug21357 Normal file
View File

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