CVS: cvs.openbsd.org: src
Theo Buehler <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/15 01:53:06 Modified files: usr.sbin/rpki-client: extern.h main.c output.c Log message: rpki-client: only output config files on successful run While the suggested cronjob is 'rpki-client -v && bgpctl reload' and thus only reloads bgpd if rpki-client completes successfully, the output logic creates a config file that might still be loaded by an operator by hand. If an error occurred in one of the subprocesses, only output ometrics (if requested) and do not generate bgpd, bird, csv, json, and ccr. ok claudio job