diff options
author | David Goulet <dgoulet@ev0ke.net> | 2015-01-28 10:52:14 -0500 |
---|---|---|
committer | David Goulet <dgoulet@ev0ke.net> | 2015-02-06 16:06:20 -0500 |
commit | b101f4e98ce811aee729c31f62ec5dd1cfe44e85 (patch) | |
tree | 2b3f773f863e71ec558091c6ddd66303a03158a1 /changes | |
parent | e36faeec1d40e1f4f7ae54c798ad4492f86f594c (diff) | |
download | tor-b101f4e98ce811aee729c31f62ec5dd1cfe44e85.tar.gz tor-b101f4e98ce811aee729c31f62ec5dd1cfe44e85.zip |
Control: getinfo entry-guards report down-since
If the guard unreachable_since variable was set, the status "up" was
reported which is wrong. This adds the "down" status followed by the
unreachable_since time value.
Fixes #14184
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14184 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14184 b/changes/bug14184 new file mode 100644 index 0000000000..ed3d760bf2 --- /dev/null +++ b/changes/bug14184 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - On the control port, the "entry-guards" command was reporting an "up" + status for a relay that was actually down. This fix check if + "unreachable_since" is set and if so reports the "down" status. Fixes + bug 14184. |