summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/output-bird.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* a blank line in the header is prettierderaadt2020-04-281-3/+3
* Print statistics as comments at the top of the files which can takederaadt2020-04-281-5/+14
* generate 3 different outputs for BIRD:benno2020-03-061-5/+74
* use return x; instead of return (x);, like all other files here.benno2019-12-041-5/+5
* split output management code into seperate file. iterate over outputderaadt2019-12-041-12/+12
* output_createtmp() remembers the true name, so output_finish() does notderaadt2019-12-021-2/+2
* Tweak rpki-client to create all 4 output file formats from a singlederaadt2019-11-301-2/+7
* Remove unused variables, these output formats don't need special handlingclaudio2019-11-181-2/+1
* Add an output format for bird and one doing CSV. Also update the manpageclaudio2019-10-161-0/+39