summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2015-04-22 23:54:21 +1000
committerteor <teor2345@gmail.com>2015-04-22 23:54:21 +1000
commit9139aeadb8bb41551d351846b4894dd9fe6254d1 (patch)
treef211563cec0284cd67ccad56115497adade315ee /changes
parent06939551f4c081c46a09864465a4989ca8bb2e42 (diff)
downloadtor-9139aeadb8bb41551d351846b4894dd9fe6254d1.tar.gz
tor-9139aeadb8bb41551d351846b4894dd9fe6254d1.zip
Reachability should check ExtendAllowPrivateAddresses not TestingTorNetwork
When self-testing reachability, use ExtendAllowPrivateAddresses to determine if local/private addresses imply reachability. The previous fix used TestingTorNetwork, which implies ExtendAllowPrivateAddresses, but this excluded rare configs where ExtendAllowPrivateAddresses is set but TestingTorNetwork is not. Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924. Patch by "teor", issue discovered by CJ Ess.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-15771-reachability8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug-15771-reachability b/changes/bug-15771-reachability
new file mode 100644
index 0000000000..aff6268efb
--- /dev/null
+++ b/changes/bug-15771-reachability
@@ -0,0 +1,8 @@
+ o Minor bugfixes (test networks)
+ - When self-testing reachability, use ExtendAllowPrivateAddresses
+ to determine if local/private addresses imply reachability.
+ The previous fix used TestingTorNetwork, which implies
+ ExtendAllowPrivateAddresses, but this excluded rare configs where
+ ExtendAllowPrivateAddresses is set but TestingTorNetwork is not.
+ Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924.
+ Patch by "teor", issue discovered by CJ Ess.