]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Fix bug, complete some unit tests, downgrade NID info logging.
authorpcarana <pc.moreno2099@gmail.com>
Fri, 6 Sep 2019 05:04:26 +0000 (00:04 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 6 Sep 2019 05:04:26 +0000 (00:04 -0500)
commit7b5445c867accd91df4f058444e65131207bef28
tree244ec1268bfe161a492ff0fd8c2c5a5e1888b3c6
parentb4ed8ee86e61540a7b10c962e0e313b9f0a68e18
Fix bug, complete some unit tests, downgrade NID info logging.

-Bug fixed: Router Key PDUs overriding each others weren't removed due to a bad 'memcmp' use.
-Complete unit tests where Router Keys data can be tested.
-Downgrade NID registering log from info to debug on initialization.
docs/doc/usage.md
src/nid.c
src/rtr/db/vrps.c
test/rtr/db/rtr_db_impersonator.c
test/rtr/db/vrps_test.c
test/rtr/pdu_handler_test.c