]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Log additional information on start/end of validation cycle.
authorpcarana <pc.moreno2099@gmail.com>
Tue, 15 Oct 2019 20:04:32 +0000 (15:04 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 31 Oct 2019 19:18:35 +0000 (13:18 -0600)
commit90e17f1a9f5e2e36c576cdb4e2fe38a0a80d9907
tree74d4c41ebf59ff191d9c29fbb7fa46c1ac066d46
parentfe9d97c3aca8dcb90fb731b22050da598bed390d
Log additional information on start/end of validation cycle.

+The information is printed at INFO level:
- When a client starts/ends a connection, or when the connection is killed (print its address and an internal ID).
- When a new validation cycle is started and finished (includes number of valid ROAs and Router Keys, current/new serial number, and real execution time).
+Update function 'log_debug_enabled' and add 'log_info_enabled' function.
+Add functions to get total ROAs and Router Keys from db_table struct.
src/clients.h
src/log.c
src/log.h
src/notify.c
src/rtr/db/vrps.c
src/rtr/rtr.c