Commit 31b7b899 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Check addresses periodically in addition to triggered checks.

parent f7e118de
......@@ -489,6 +489,7 @@ main(int argc, char **argv)
}
if(now.tv_sec >= expiry_time) {
check_addresses();
check_networks();
expire_routes();
expire_requests();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment