Age | Commit message (Expand) | Author |
2007-03-04 | store prefixes in binary format. we'll need that for aggregation. | Henning Brauer |
2007-03-04 | for import rules, filter by source-as too | Henning Brauer |
2007-03-04 | store peer AS numerically | Henning Brauer |
2007-03-04 | pass pointer to struct policy_item down to print_rule() instead of 3 of its | Henning Brauer |
2007-03-04 | fix output format. spent too much time with RPSL... | Henning Brauer |
2007-03-04 | fix cass where the specification does not give the router address by using | Henning Brauer |
2007-03-04 | ran into an asset which has dangling , at eol in the member spec, leading | Henning Brauer |
2007-03-03 | sort; ok henning | Jason McIntyre |
2007-03-03 | as-sets always begin with AS-, and aut-nums with AS[0-9], mandated by the | Henning Brauer |
2007-03-03 | make parse_response (and thus whois) return 0 for no object found, and n+1 | Henning Brauer |
2007-03-03 | start documenting irrfilter mode | Henning Brauer |
2007-03-03 | allow the directory for generated filter files to be set. defaults to cwd | Henning Brauer |
2007-03-03 | write output to files instead of stdout | 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-02-01 | Correct function name in err() message. | Claudio Jeker |
2007-01-31 | Switch from strtoul() to strtonum() making the code easier to read. | Claudio Jeker |
2007-01-27 | Make sure that the graceful restart capability is printed in any case. | Claudio Jeker |
2007-01-25 | Correctly detect missing arguments. Same diff as in ospfctl. OK henning@ | Claudio Jeker |
2006-12-12 | Xr bgplg and bgplgsh; | Jason McIntyre |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-26 | repair missing DPADD requests | Theo de Raadt |
2006-11-11 | Add the bgpd control socket to FILES and use the same .Bl -width as in | Michael Knudsen |
2006-11-10 | cast to (long long) for %lld printfs | Henning Brauer |
2006-08-29 | avoid ending mid-sentence w/ `.', or we get an extra space; | Jason McIntyre |
2006-08-28 | use Forwarding Information Base vs. Forward Information Base; | Kevin Steves |
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-08-17 | Remove -Wredundant-decls from CFLAGS | Claudio Jeker |
2006-07-25 | amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread | Henning Brauer |
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-15 | Move the PREFIX token to the end of the list. The other tokens are more | Claudio Jeker |
2006-06-15 | Shuffle some vars to make the struct ordered by size. | Claudio Jeker |
2006-06-14 | bgpctl show rib shows now the exit nexthop per default and not the true | Claudio Jeker |
2006-06-14 | Use inet_net_pton() instead of inet_pton() so that it is possible to use | Claudio Jeker |
2006-05-27 | Wait for a response from bgpd on reloads. | Claudio Jeker |
2006-05-26 | change keyword for route refresh request to just refresh, discussed with | Henning Brauer |
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-04-06 | Document show rib detail and friends. Some input by jmc@ getting dust in one | 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-02-09 | inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitly | Claudio Jeker |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |
2006-01-24 | make bgpctl deal with IMSG_CTL_RESULT no matter what request was sent | Henning Brauer |
2006-01-05 | Show attribute cache total reference count. | Claudio Jeker |
2006-01-04 | Use new BGP attribute counter. | Claudio Jeker |
2006-01-04 | Document "show rib mem" with jmc@'s help | Claudio Jeker |