CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2025/01/03 03:14:32
Modified files: usr.sbin/rpki-client: extern.h main.c output-bird.c output.c rpki-client.8 Log message: Streamline BIRD output Both BIRD 2 & 3 support ASPA in supported releases, so just emit the Validated ASPA Payloads into a single file suitable for both trains. Should operators have a need to omit ASPA information, the -A flag can be used. Remove the -T option. Document what BIRD versions are targetted. With this, the bgpd(8) and BIRD outputs are structured similarly. Input from sthen@ OK tb@ deraadt@