CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/08/30 12:56:49
Modified files:
usr.sbin/rpki-client: Makefile extern.h filemode.c main.c mft.c
output-bgpd.c output-bird.c output-csv.c
output-json.c output.c parser.c print.c
roa.c rpki-client.8 validate.c x509.c
Added files:
usr.sbin/rpki-client: aspa.c
Log message:
Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)
ASPA objects are published in the RPKI and can be used to detect and
mitigate BGP route leaks. Validated ASPA Payloads are visible through
filemode (-f) and the JSON output format (-j).
With feedback from tb@
OK claudio@ tb@