From 2b8e1f91336db7297803f4e7d2f324d6960a676c Mon Sep 17 00:00:00 2001 From: teor Date: Sat, 20 Dec 2014 21:44:16 +1100 Subject: 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. --- changes/bug13924-fix-testing-reachability | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/bug13924-fix-testing-reachability (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf