summaryrefslogtreecommitdiff
path: root/changes/bug18918
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug18918')
-rw-r--r--changes/bug189186
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18918 b/changes/bug18918
new file mode 100644
index 0000000000..c939168f49
--- /dev/null
+++ b/changes/bug18918
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring:
+ - In order to make the OR and dir checking function in router.c less
+ confusing we renamed some functions and consider_testing_reachability()
+ has been splitted into router_should_check_reachability() and
+ router_do_reachability_checks(). Also we improved the documentation in
+ some functions. Closes ticket 18918.