summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Collapse)Author
2004-01-05add support for couple/decoupleHenning Brauer
2004-01-05fix SYNOPSIS;Jason McIntyre
SEE ALSO after FILES; add arg to .Xr;
2004-01-04when imsg_get has no imsg any more for us, do not set the done flag,Henning Brauer
instead, break out of the inner loop so the outer loop gets us a new fix via imsg_read
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
to test that i had to add a "show neighbor" view...
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
have to do the imsg_read in a loop as well.
2004-01-02bring back bgpctlHenning Brauer
ok and help theo