Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-05 | add support for couple/decouple | Henning Brauer | |
2004-01-05 | fix SYNOPSIS; | Jason McIntyre | |
SEE ALSO after FILES; add arg to .Xr; | |||
2004-01-04 | when 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-04 | show da timers | Henning Brauer | |
2004-01-04 | show message statistics in the "show neighbor" view | Henning Brauer | |
2004-01-04 | keep seperate message counters for open/update/keepalive/notification | Henning Brauer | |
2004-01-04 | new command "reload" | Henning Brauer | |
2004-01-04 | catch up | Henning Brauer | |
2004-01-04 | allow "show neighbor" to be limited to one specific neighbor | Henning Brauer | |
2004-01-04 | add infrastructure for command line parsing | Henning Brauer | |
to test that i had to add a "show neighbor" view... | |||
2004-01-04 | print time since last up/down ninely | Henning Brauer | |
2004-01-04 | share statenames | Henning Brauer | |
2004-01-03 | print message counters | Henning Brauer | |
2004-01-03 | #include session.h | Henning Brauer | |
2004-01-03 | we'll have more than one view one day, strutural prepare for that | Henning Brauer | |
2004-01-03 | factor out the printing stuff and format nicer as well | Henning Brauer | |
2004-01-03 | cope with changed imsg_read semantics | Henning Brauer | |
2004-01-03 | there is no guarantee we get all we wan with a single read(), so we | Henning Brauer | |
have to do the imsg_read in a loop as well. | |||
2004-01-02 | bring back bgpctl | Henning Brauer | |
ok and help theo |