summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/bgpctl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support to output data in JSON. This is still work in progress andclaudio2020-05-021-1/+1
* Adjust fmt_attr() to pass in -1 for flags to tell it you don't careclaudio2020-05-021-2/+1
* Indirect the output functions through function pointers so that theyclaudio2020-05-021-14/+20
* Reshuffle code more to separate out the output functions into output.c.claudio2020-03-201-14/+14
* Adjust time printing to the changes done in bgpd. Most timestamps areclaudio2020-01-091-0/+1
* Rename print_timer() to show_timer() and move it to output.cclaudio2019-12-311-0/+1
* Split out show functions into a new file called output.cclaudio2019-12-201-0/+48