Age | Commit message (Expand) | Author |
2004-10-26 | ease the parser a bit. | Henning Brauer |
2004-10-26 | in the "show summary" view print the peer descr instead of the IP (if a descr | Henning Brauer |
2004-10-26 | do /%u instead of /%6u for max_prefix, looks better, claudio ok | Henning Brauer |
2004-09-23 | cosmetics | Henning Brauer |
2004-09-21 | Don't pad the prefix count with 0. OK henning@ | Claudio Jeker |
2004-09-16 | malloc ibuf instead of having it statically | Henning Brauer |
2004-09-16 | cope with imsg API change | Henning Brauer |
2004-08-20 | add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up again | Henning Brauer |
2004-08-06 | In bgpctl show summary report the current and max prefix count if state is | 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-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-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 | 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-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-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-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-09 | show fib connected|static|bgp|nexthop|[address] | Henning Brauer |
2004-01-09 | a sample "show fib" implementation | Henning Brauer |
2004-01-07 | KNF | Henning Brauer |
2004-01-06 | neighbor 1.2.3.4 up/down | Henning Brauer |
2004-01-06 | print intervals with the timers | Henning Brauer |