CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/04/05 10:05:15
Modified files:
usr.sbin/rpki-client: aspa.c extern.h main.c output-bgpd.c
output-json.c
Log message:
Don't emit Validated ASPAs for Customer ASIDs with more than MAX_ASPA_PROVIDERS
The number of providers in a single ASPA object already was limited to
MAX_ASPA_PROVIDERS, now also impose a limit on the total number of providers
across multiple ASPA objects. If the MAX_ASPA_PROVIDERS limit is hit, omit
the Customer ASID's entry from OpenBGPD and JSON output.
OK tb@