CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/26 10:32:41
Modified files: usr.sbin/rpki-client: aspa.c extern.h filemode.c main.c mft.c output-json.c output-ometric.c output.c parser.c repo.c roa.c Log message: Improve accounting by tracking things by repo and tal. This fixes some wrong accounting for repositories that are referenced from more than one TAL. It changes the ometric lable output a little bit since there are repository metrics that no longer include the 'name' label. OK tb@