Age | Commit message (Expand) | Author |
2005-06-05 | print the error for the last notification sent when we're IDLE in the | Henning Brauer |
2005-06-04 | do not print the tcp connection details when the session is IDLE, we | Henning Brauer |
2005-05-27 | Add a flag for specifying the socket to open to talk to bgpd. | Claudio Jeker |
2005-05-23 | Make it possible to dynamicaly add networks with attributes like communities | Claudio Jeker |
2005-04-18 | Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@ | Claudio Jeker |
2005-04-13 | Show if a route is rejected or blackholed in show fib output. OK henning@ | Claudio Jeker |
2005-03-14 | add IFT_/IFM_IEE80211 to ift2ifm so we can pretty-print link state and | Henning Brauer |
2005-03-14 | print interface and some stuff about it with the nexthops so it is easier | Henning Brauer |
2005-02-09 | need to send IMSG_NETWORK_DONE after sending networks announcement. | Claudio Jeker |
2005-02-02 | usage() is __dead | Henning Brauer |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-11-18 | cope with changes in capabilities announcement shitz | Henning Brauer |
2004-11-02 | now that carp media descriptions are available through the ifmedia framework | Henning Brauer |
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 |