tor/changes/bug14184
David Goulet b101f4e98c 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>
2015-02-06 16:06:20 -05:00

6 lines
256 B
Plaintext

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.