]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remove some TODOs and re-classify others
authorpcarana <pc.moreno2099@gmail.com>
Fri, 10 May 2019 18:06:58 +0000 (13:06 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 10 May 2019 18:06:58 +0000 (13:06 -0500)
commit44bbf8d611877b0eb577c7b2de818882a25e071e
tree6aaffc4db9ef1a05d18f276d4befe5b04dbf5f5c
parentbd4b3d9d9c9244669f31feaa2ef3e9581628ac3d
Remove some TODOs and re-classify others

-Move directory loading and file filtering to common.h.
-Accept a TALs directory in configuration.
-Don't check for overriden PDUs if there's only 1 delta to send.
-Add roa_table merge function, this allows to merge distinct roa tables so that the VRPs base can have all the data from multiple TALs.
-Remove 'loop' var (isn't necessary) and make 'sigaction act' a global var.
16 files changed:
src/common.c
src/common.h
src/config.c
src/console_handler.c
src/object/tal.c
src/rtr/db/roa_table.c
src/rtr/db/roa_table.h
src/rtr/db/vrps.c
src/rtr/pdu_sender.c
src/rtr/rtr.c
src/slurm/slurm_loader.c
src/slurm/slurm_parser.c
src/slurm/slurm_parser.h
src/validation_handler.c
src/validation_handler.h
test/rtr/db/roa_table_test.c