summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2004-02-24print # of queued outgoing messages in show summary view, claudio okHenning Brauer
2004-02-01pasto, from glukHenning Brauer
2004-01-29KNFHenning Brauer
2004-01-27don't use log_ntoa, claudio okHenning Brauer
2004-01-27struct kroute changed, copeHenning Brauer
2004-01-27missing exit() at end of mainHenning Brauer
2004-01-27catch up with changes in struct peer_config, ok claudioHenning Brauer
2004-01-25documenmt "show interface"Henning Brauer
2004-01-22print the interface state wrt the nexthop verification in the show interfaceHenning Brauer
2004-01-21there's a "slight" difference between our log_err() and the system's err()...Henning Brauer
2004-01-21new parser.Henning Brauer
2004-01-20show usage if called without commandHenning Brauer
2004-01-20args, unbreakHenning Brauer
2004-01-20getopt & usage, prodded by theoHenning Brauer
2004-01-19for show interface, print the link status and speed as well. we needHenning Brauer
2004-01-17print interface name instead of indexHenning Brauer
2004-01-17implement "show interfaces"Henning Brauer
2004-01-12add a little spacing; .Xr not .Ar for bgpd;Jason McIntyre
2004-01-11+ show nexthopHenning Brauer
2004-01-11print local/remote IP/port with the detailed neighbor viewHenning Brauer
2004-01-10as buf_close does not implictely writes any more, imsg_compose doesn'tHenning Brauer
2004-01-10document "show fib"Henning Brauer
2004-01-09show fib connected|static|bgp|nexthop|[address]Henning Brauer
2004-01-09a sample "show fib" implementationHenning Brauer
2004-01-08.Xr bgpd.conf 5Henning Brauer
2004-01-07KNFHenning Brauer
2004-01-06neighbor 1.2.3.4 up/downHenning Brauer
2004-01-06print intervals with the timersHenning Brauer
2004-01-06StartTimer -> IdleHoldTimerHenning Brauer
2004-01-06simplify a list;Jason McIntyre
2004-01-05add support for couple/decoupleHenning Brauer
2004-01-05fix SYNOPSIS;Jason McIntyre
2004-01-04when imsg_get has no imsg any more for us, do not set the done flag,Henning Brauer
2004-01-04show da timersHenning Brauer
2004-01-04show message statistics in the "show neighbor" viewHenning Brauer
2004-01-04keep seperate message counters for open/update/keepalive/notificationHenning Brauer
2004-01-04new command "reload"Henning Brauer
2004-01-04catch upHenning Brauer
2004-01-04allow "show neighbor" to be limited to one specific neighborHenning Brauer
2004-01-04add infrastructure for command line parsingHenning Brauer
2004-01-04print time since last up/down ninelyHenning Brauer
2004-01-04share statenamesHenning Brauer
2004-01-03print message countersHenning Brauer
2004-01-03#include session.hHenning Brauer
2004-01-03we'll have more than one view one day, strutural prepare for thatHenning Brauer
2004-01-03factor out the printing stuff and format nicer as wellHenning Brauer
2004-01-03cope with changed imsg_read semanticsHenning Brauer
2004-01-03there is no guarantee we get all we wan with a single read(), so weHenning Brauer
2004-01-02bring back bgpctlHenning Brauer