summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2014-12-20 21:44:16 +1100
committerNick Mathewson <nickm@torproject.org>2014-12-30 09:06:00 -0500
commit2b8e1f91336db7297803f4e7d2f324d6960a676c (patch)
tree319fe550f5023ba6468a7f680fa673e00ef6e843 /changes
parentc3a4201faa389ce95b263045a855a556be25f3f2 (diff)
downloadtor-2b8e1f91336db7297803f4e7d2f324d6960a676c.tar.gz
tor-2b8e1f91336db7297803f4e7d2f324d6960a676c.zip
Fix Reachability self-tests in test networks
Stop assuming that private addresses are local when checking reachability in a TestingTorNetwork. Instead, when testing, assume all OR connections are remote. (This is necessary due to many test scenarios running all nodes on localhost.) This assists in bootstrapping a testing Tor network. Fixes bugs 13718 & 13924.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug13924-fix-testing-reachability7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug13924-fix-testing-reachability b/changes/bug13924-fix-testing-reachability
new file mode 100644
index 0000000000..914a159007
--- /dev/null
+++ b/changes/bug13924-fix-testing-reachability
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - Stop assuming that private addresses are local when checking
+ reachability in a TestingTorNetwork. Instead, when testing, assume
+ all OR connections are remote. (This is necessary due to many test
+ scenarios running all nodes on localhost.)
+ This assists in bootstrapping a testing Tor network.
+ Fixes bugs 13718 & 13924.