Extend and rename ometric_set_int_with_label to ometric_set_int_with_labels
authorclaudio <claudio@openbsd.org>
Thu, 1 Dec 2022 09:14:40 +0000 (09:14 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 1 Dec 2022 09:14:40 +0000 (09:14 +0000)
commite70d5757ab32831300243d6a92772725b0714366
treed04c6460552b87914b1089a62d5bd8a077552530
parent1c9f076b709376deec194a0bf032d5d7f382f995
Extend and rename ometric_set_int_with_label to ometric_set_int_with_labels

Instead of passing a single key value pair allow for multiple keys and values.
This is needed for rpki-client where 2 extra key value pairs are needed for
some values. To simplify passing simple values introduce a OKV() macro
which creates a compound literal array with the NULL terminal.
OK tb@
usr.sbin/bgpctl/ometric.c
usr.sbin/bgpctl/ometric.h
usr.sbin/bgpctl/output_ometric.c