summaryrefslogtreecommitdiff
path: root/changes/bug13718-check-consensus-exits
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug13718-check-consensus-exits')
-rw-r--r--changes/bug13718-check-consensus-exits6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug13718-check-consensus-exits b/changes/bug13718-check-consensus-exits
new file mode 100644
index 0000000000..5ca4b115eb
--- /dev/null
+++ b/changes/bug13718-check-consensus-exits
@@ -0,0 +1,6 @@
+ o Minor enhancement:
+ - Check if there are exits in the consensus.
+ Add router_have_consensus_path() which reports whether
+ the consensus has exit paths, internal paths, or whether it
+ just doesn't know.
+ Used by #13718 and #13814.