Age | Commit message (Expand) | Author |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-10-23 | errx -> err since the errno is set. | Claudio Jeker |
2009-09-15 | In bgpctl sh nei, display whether a neighbour is set to use passive | Stuart Henderson |
2009-09-14 | Switch the various link state printing codes to use the new if_media | Claudio Jeker |
2009-07-23 | Update bgpctl show next to show all necessary info. This time OK henning@ | Claudio Jeker |
2009-07-21 | sorry, but showing a diff, getting an explicit "not ok" and then committing | Henning Brauer |
2009-07-20 | Try to show a more usable nexthop output. It may still change but at least | Claudio Jeker |
2009-06-06 | sync bgpd/bgpctl with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-06 | bgpctl part of allowing alternate RIBs to be shown. Had to use the | Claudio Jeker |
2009-05-17 | Adjust for IMSG_CTL_SHOW_NETWORK change in the RDE. IMSG_CTL_SHOW_NETWORK is | Claudio Jeker |
2009-05-17 | Adjust show rib memory output after the monster commit to bgpd. | Claudio Jeker |
2009-02-01 | embellish the output of bgpctl(8). | Igor Sobrado |
2008-12-12 | Make bgpctl priority aware. | Claudio Jeker |
2008-12-10 | convert the aggregator's AS number into host byte order when | Stuart Henderson |
2008-12-06 | the ellipsis allows more than one argument being specified. | Igor Sobrado |
2008-06-07 | repair usage, jmc | Henning Brauer |
2008-06-07 | teach the command lineparser about getopt style options after commands | Henning Brauer |
2008-02-24 | Add missing space when printing ext. communities. | Claudio Jeker |
2008-01-23 | extend bgpctl show rib detail output to include more attributes in the output. | Claudio Jeker |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer |
2007-12-20 | rework timers. | Henning Brauer |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-09-11 | baudrate is 64bit now, plus print w/ %llu | Henning Brauer |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-31 | Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter | Claudio Jeker |
2007-05-30 | bad henning | Otto Moerbeek |
2007-04-23 | bgpctl needs to know about 4-byte AS numbers as well. | Claudio Jeker |
2007-04-06 | Implement "bgpctl show neighbor <peer> terse" this will print all statistics | Claudio Jeker |
2007-04-06 | Include update statistics in the bgpctl show neighbor output. | Claudio Jeker |
2007-03-31 | some KNF, partially pt out by rivo nurges <rix@estpak.ee> | Henning Brauer |
2007-03-28 | add support for bgpctl show rib community <community> | Henning Brauer |
2007-03-16 | Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh. | Claudio Jeker |
2007-03-03 | allow the directory for generated filter files to be set. defaults to cwd | Henning Brauer |
2007-03-03 | add irrfilter mode. | Henning Brauer |
2007-02-22 | minor KNF bits here too | Henning Brauer |
2007-02-02 | Print neighbor templates with a state of Template. Makes the difference | Claudio Jeker |
2007-01-27 | Make sure that the graceful restart capability is printed in any case. | Claudio Jeker |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-10 | cast to (long long) for %lld printfs | Henning Brauer |
2006-08-28 | indicate when the peer announced the Graceful Restart capability, ok claudio | Henning Brauer |
2006-08-23 | Extend show rib command. Following new options are added: | Claudio Jeker |
2006-07-25 | kill redundant prototypes | Henning Brauer |
2006-06-15 | Use new struct ctl_show_rib_request for show rib requests. OK henning@ | Claudio Jeker |
2006-06-14 | bgpctl show rib shows now the exit nexthop per default and not the true | Claudio Jeker |
2006-05-27 | Wait for a response from bgpd on reloads. | Claudio Jeker |
2006-05-23 | support requesting route refresh from a neighbor | Henning Brauer |
2006-04-06 | Add missing break. Now bgpctl show rib det source-as 8271 shows all announced | Claudio Jeker |
2006-03-22 | Detailed RIB output including communities. Detailed output is enabled via | Claudio Jeker |
2006-03-22 | Change fmt_peer() so that it can be used by the upcomming detailed RIB output. | Claudio Jeker |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |