]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Fix unit tests, create common function to print IP addresses.
authorpcarana <pc.moreno2099@gmail.com>
Tue, 29 Oct 2019 20:57:41 +0000 (14:57 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 31 Oct 2019 19:19:14 +0000 (13:19 -0600)
commit16c3defee8e83d0dc4941b82063124324681c116
tree1148ae81b06640f436d1fbffd7f09f87580c9391
parente13608b0038fa85ae22886e0be407c3eb3c9ce73
Fix unit tests, create common function to print IP addresses.

-Add missing getters at configuration impersonator.
-Create a common function to print IPv4 and IPv6 addresses, the function already existed but it was created multiple times at distinct sources.
src/address.c
src/common.c
src/common.h
src/output_printer.c
src/rtr/pdu_sender.c
src/slurm/db_slurm.c
test/address_test.c
test/client_test.c
test/impersonator.c
test/rtr/db/db_table_test.c
test/rtr/pdu_test.c