diff options
author | Linus Nordberg <linus@torproject.org> | 2012-09-19 17:15:40 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-09-19 17:18:06 +0200 |
commit | ce553d49821cf96666afe2380b2409329c71cd8b (patch) | |
tree | 5a02faf5c4eb8221454f22f90e3296916b2eb66f /changes | |
parent | 9c5ba489d32f8a95c784e00308955d550740c94a (diff) | |
download | tor-ce553d49821cf96666afe2380b2409329c71cd8b.tar.gz tor-ce553d49821cf96666afe2380b2409329c71cd8b.zip |
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')
-rw-r--r-- | changes/6757 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/6757 b/changes/6757 new file mode 100644 index 0000000000..6b17f951d1 --- /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. |