Age | Commit message (Expand) | Author |
2004-07-16 | - fix macros | Jared Yanovich |
2004-06-17 | print '<cr>' instead of '(nothing)' when we hit the end token in the | Henning Brauer |
2004-05-24 | Fix copy paste error pointed out by jmc@ | Claudio Jeker |
2004-05-23 | some readability fixes, mainly keeping things in alphabetical order; | Jason McIntyre |
2004-05-21 | Man page update to document the new network statements. OK henning@ | Claudio Jeker |
2004-05-21 | Make it possible to add, delete, flush and show network announcements. | Claudio Jeker |
2004-05-20 | check for strdup(3) failure was missing in one case, catched by | Henning Brauer |
2004-05-06 | print Multiprotocol capabilities slightly nicer | Henning Brauer |
2004-05-01 | becuase lint says so; henning ok | Theo de Raadt |
2004-04-30 | missing full stop; | Jason McIntyre |
2004-04-29 | document abbreviated commands -- same way as systat; ok henning | Theo de Raadt |
2004-04-28 | keep route refresh counters into account when building sums, and | Henning Brauer |
2004-04-27 | print route refresh capability if present | Henning Brauer |
2004-04-25 | there's a slight difference between teh local and the remote sockaddr... | Henning Brauer |
2004-04-25 | correctly pritn netmask with template neighbors, prettify output overall, | Henning Brauer |
2004-04-25 | use getnameinfo here too, itojun & markus ok | Henning Brauer |
2004-04-16 | in the neighbor view, add support for local/remote addr beeing v6 ones | Henning Brauer |
2004-04-13 | print the MP capabilities as the neighbor announced in the show neighbor | Henning Brauer |
2004-03-12 | Document "show rib" interface. OK jmc@ henning@ | Claudio Jeker |
2004-03-11 | Plugging memory leaks is OK but don't break intended behaviour. So this time | Claudio Jeker |
2004-03-11 | Use aspath_asprint() instead of this malloc, aspath_snprint() mess. OK henning@ | Claudio Jeker |
2004-03-11 | typo | Henning Brauer |
2004-03-11 | Plug another memory leak. OK henning@ | Claudio Jeker |
2004-03-11 | check for malloc failure... | Henning Brauer |
2004-03-02 | KNF | Henning Brauer |
2004-03-02 | show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most important | Claudio Jeker |
2004-02-26 | Implement "show rib" and "show rib <astype> <AS>" commands to dump the | Claudio Jeker |
2004-02-24 | print # of queued outgoing messages in show summary view, claudio ok | Henning Brauer |
2004-02-01 | pasto, from gluk | Henning Brauer |
2004-01-29 | KNF | Henning Brauer |
2004-01-27 | don't use log_ntoa, claudio ok | Henning Brauer |
2004-01-27 | struct kroute changed, cope | Henning Brauer |
2004-01-27 | missing exit() at end of main | Henning Brauer |
2004-01-27 | catch up with changes in struct peer_config, ok claudio | Henning Brauer |
2004-01-25 | documenmt "show interface" | Henning Brauer |
2004-01-22 | print the interface state wrt the nexthop verification in the show interface | Henning Brauer |
2004-01-21 | there's a "slight" difference between our log_err() and the system's err()... | Henning Brauer |
2004-01-21 | new parser. | Henning Brauer |
2004-01-20 | show usage if called without command | Henning Brauer |
2004-01-20 | args, unbreak | Henning Brauer |
2004-01-20 | getopt & usage, prodded by theo | Henning Brauer |
2004-01-19 | for show interface, print the link status and speed as well. we need | Henning Brauer |
2004-01-17 | print interface name instead of index | Henning Brauer |
2004-01-17 | implement "show interfaces" | Henning Brauer |
2004-01-12 | add a little spacing; .Xr not .Ar for bgpd; | Jason McIntyre |
2004-01-11 | + show nexthop | Henning Brauer |
2004-01-11 | print local/remote IP/port with the detailed neighbor view | Henning Brauer |
2004-01-10 | as buf_close does not implictely writes any more, imsg_compose doesn't | Henning Brauer |
2004-01-10 | document "show fib" | Henning Brauer |
2004-01-09 | show fib connected|static|bgp|nexthop|[address] | Henning Brauer |