bug18918 380 B

123456
  1. o Code simplification and refactoring:
  2. - In order to make the OR and dir checking function in router.c less
  3. confusing we renamed some functions and consider_testing_reachability()
  4. has been splitted into router_should_check_reachability() and
  5. router_do_reachability_checks(). Also we improved the documentation in
  6. some functions. Closes ticket 18918.