From 9139aeadb8bb41551d351846b4894dd9fe6254d1 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 22 Apr 2015 23:54:21 +1000 Subject: 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. --- changes/bug-15771-reachability | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/bug-15771-reachability (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf