summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2007-03-04store prefixes in binary format. we'll need that for aggregation.Henning Brauer
2007-03-04for import rules, filter by source-as tooHenning Brauer
2007-03-04store peer AS numericallyHenning Brauer
2007-03-04pass pointer to struct policy_item down to print_rule() instead of 3 of itsHenning Brauer
2007-03-04fix output format. spent too much time with RPSL...Henning Brauer
2007-03-04fix cass where the specification does not give the router address by usingHenning Brauer
2007-03-04ran into an asset which has dangling , at eol in the member spec, leadingHenning Brauer
2007-03-03sort; ok henningJason McIntyre
2007-03-03as-sets always begin with AS-, and aut-nums with AS[0-9], mandated by theHenning Brauer
2007-03-03make parse_response (and thus whois) return 0 for no object found, and n+1Henning Brauer
2007-03-03start documenting irrfilter modeHenning Brauer
2007-03-03allow the directory for generated filter files to be set. defaults to cwdHenning Brauer
2007-03-03write output to files instead of stdoutHenning Brauer
2007-03-03add irrfilter mode.Henning Brauer
2007-02-22minor KNF bits here tooHenning Brauer
2007-02-02Print neighbor templates with a state of Template. Makes the differenceClaudio Jeker
2007-02-01Correct function name in err() message.Claudio Jeker
2007-01-31Switch from strtoul() to strtonum() making the code easier to read.Claudio Jeker
2007-01-27Make sure that the graceful restart capability is printed in any case.Claudio Jeker
2007-01-25Correctly detect missing arguments. Same diff as in ospfctl. OK henning@Claudio Jeker
2006-12-12Xr bgplg and bgplgsh;Jason McIntyre
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-11Add the bgpd control socket to FILES and use the same .Bl -width as inMichael Knudsen
2006-11-10cast to (long long) for %lld printfsHenning Brauer
2006-08-29avoid ending mid-sentence w/ `.', or we get an extra space;Jason McIntyre
2006-08-28use Forwarding Information Base vs. Forward Information Base;Kevin Steves
2006-08-28indicate when the peer announced the Graceful Restart capability, ok claudioHenning Brauer
2006-08-23Extend show rib command. Following new options are added:Claudio Jeker
2006-08-17Remove -Wredundant-decls from CFLAGSClaudio Jeker
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
2006-07-25kill redundant prototypesHenning Brauer
2006-06-15Use new struct ctl_show_rib_request for show rib requests. OK henning@Claudio Jeker
2006-06-15Move the PREFIX token to the end of the list. The other tokens are moreClaudio Jeker
2006-06-15Shuffle some vars to make the struct ordered by size.Claudio Jeker
2006-06-14bgpctl show rib shows now the exit nexthop per default and not the trueClaudio Jeker
2006-06-14Use inet_net_pton() instead of inet_pton() so that it is possible to useClaudio Jeker
2006-05-27Wait for a response from bgpd on reloads.Claudio Jeker
2006-05-26change keyword for route refresh request to just refresh, discussed withHenning Brauer
2006-05-23support requesting route refresh from a neighborHenning Brauer
2006-04-06Add missing break. Now bgpctl show rib det source-as 8271 shows all announcedClaudio Jeker
2006-04-06Document show rib detail and friends. Some input by jmc@ getting dust in oneClaudio Jeker
2006-03-22Detailed RIB output including communities. Detailed output is enabled viaClaudio Jeker
2006-03-22Change fmt_peer() so that it can be used by the upcomming detailed RIB output.Claudio Jeker
2006-02-09inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitlyClaudio Jeker
2006-01-24introduce "bgpctl show summary terse", shows summary in an easy to parseHenning Brauer
2006-01-24make bgpctl deal with IMSG_CTL_RESULT no matter what request was sentHenning Brauer
2006-01-05Show attribute cache total reference count.Claudio Jeker
2006-01-04Use new BGP attribute counter.Claudio Jeker
2006-01-04Document "show rib mem" with jmc@'s helpClaudio Jeker