aboutsummaryrefslogtreecommitdiff
path: root/changes/6757
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2012-09-19 17:15:40 +0200
committerLinus Nordberg <linus@torproject.org>2012-09-19 17:18:06 +0200
commitce553d49821cf96666afe2380b2409329c71cd8b (patch)
tree5a02faf5c4eb8221454f22f90e3296916b2eb66f /changes/6757
parent9c5ba489d32f8a95c784e00308955d550740c94a (diff)
downloadtor-ce553d49821cf96666afe2380b2409329c71cd8b.tar
tor-ce553d49821cf96666afe2380b2409329c71cd8b.tar.gz
Have node_get_pref_orport() return an IPv6 OR port when UseBridges is set.
We used to never return an IPv6 address unless ClientUseIPv6 was set. We should allow clients running with bridges use IPv6 OR ports even without setting ClientUseIPv6. Configuring an IPv6 address in a Bridge line should imply that. Fixes th second part of #6757.
Diffstat (limited to 'changes/6757')
-rw-r--r--changes/67575
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/6757 b/changes/6757
new file mode 100644
index 000000000..6b17f951d
--- /dev/null
+++ b/changes/6757
@@ -0,0 +1,5 @@
+ o Minor bugfixes (client):
+ - Make clients running with IPv6 bridges connect over IPv6 again,
+ even without setting new config options ClientUseIPv6 and
+ ClientPreferIPv6ORPort.
+ Fixes bug 6757; bugfix on 0.2.4.1-alpha.