summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support to output data in JSON. This is still work in progress andclaudio2020-05-021-2/+2
* Split out show functions into a new file called output.cclaudio2019-12-201-2/+2
* Remove irrfilter from bgpctl. The current code is not very useful.claudio2019-06-251-4/+2
* explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204jsg2018-07-131-3/+3
* Kill the timer.c reacharound it is not needed.claudio2017-01-231-2/+2
* Make it possible to parse MRT table dumps (all 3 formats) and displayclaudio2011-09-211-2/+2
* Move imsg into libutil and add a man page.nicm2010-05-261-2/+2
* rework timers.henning2007-12-201-2/+2
* add irrfilter mode.henning2007-03-031-1/+3
* repair missing DPADD requestsderaadt2006-11-261-1/+2
* Remove -Wredundant-decls from CFLAGSclaudio2006-08-171-2/+2
* amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadhenning2006-07-251-2/+2
* Show RIB statistics via "bgpctl show rib mem".claudio2006-01-031-1/+2
* Cope with new util.cclaudio2006-01-031-2/+2
* Implement "show rib" and "show rib <astype> <AS>" commands to dump theclaudio2004-02-261-3/+3
* new parser.henning2004-01-211-3/+3
* bring back bgpctlhenning2004-01-021-0/+15