Simplify how IP addresses and AS numbers are passed between processes.
authorclaudio <claudio@openbsd.org>
Fri, 5 Nov 2021 10:50:41 +0000 (10:50 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 5 Nov 2021 10:50:41 +0000 (10:50 +0000)
commit4ef6f6935331199bd9684ebb1e743115c46784ab
tree6416f696e58f1e0f15f95f82fcec9a48862c7a36
parent2bbc068ab01dcded005773bd697906767463cbbb
Simplify how IP addresses and AS numbers are passed between processes.
Since they are stored in an array just blast the full array in and out
of the io buffers at once instead of iterating element by element.
It also allows to remove a lot of extra code.
OK benno@ job@
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/ip.c
usr.sbin/rpki-client/roa.c