summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2015-07-19Match change to fatal()'s prototype in bgpdPhilip Guenther
2015-07-18Tag dynamic routes with a D so I do not get confused when seeing dynamicClaudio Jeker
2015-04-26for every policy we write out, flush the output so we don't get anPeter Hessler
2015-04-25some people are capitalizing keywords, so ignore case when we test the tokensPeter Hessler
2015-04-25allow us to write rules that match directly on the peer ASPeter Hessler
2015-04-25handle an IRR record of "export ... action X" the same way we handlePeter Hessler
2015-04-17parse_prefix in parse.c got changed but the declaration in bgpctl.cPeter Hessler
2015-02-11show if we are using a transport security mechanism other than "none"Peter Hessler
2015-02-04potential double free in while-loopHenning Brauer
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-09move the ignore-microsec-timestamp bit from mrt_parse to mrt_parse_dump_mpHenning Brauer
2014-11-19reduce redundant strlen calls by calling it once and saving the valueTed Unangst
2014-10-08Use reallocarray() throughout to spot multiplicative int overflow.Theo de Raadt
2014-10-02bgpctl show summary output: enlarge columns for 4-byte ASN displaySebastian Benoit
2014-08-14remove two duplicate command entries;Ingo Schwarze
2014-03-18Correctly parse attribute length form imsg. While there don't assignFlorian Obser
2014-01-05missing newline on error messageTheo de Raadt
2013-11-22unsigned char casts where needed for for ctype.hTheo de Raadt
2013-11-13handle msgbuf_write() returning EAGAIN, looks right to deraadtStuart Henderson
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-10-09tweak previous;Jason McIntyre
2013-10-09Allow us to bulk add / delete routes with the same attributes. ReallyPeter Hessler
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-05-07fix some leaks in error pathsJonathan Gray
2013-04-09do not store a time_t or the result of a time_t division in an intGilles Chehade
2013-03-07Implement a bgpctl nei foo destroy that will remove the specified clonedClaudio Jeker
2012-11-27Fix type typoPhilip Guenthe
2012-11-15If max-prefix/restart are used, display the values in "bgpctl sh nei" output.Stuart Henderson
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-18Print the wieght in the show rib detail output. OK sthen@, henning@Claudio Jeker
2012-09-12bgpctl bits for the GR support added to bgpd.Claudio Jeker
2012-06-30strip trailing \r from rpsl route: lines for irrfilter, they have been seenStuart Henderson
2012-05-27tweak previous;Jason McIntyre
2012-05-27Document network mrt file [ filter] used to load mrt dumps into bgpd.Claudio Jeker
2012-05-27Make it possible to load mrt table dumps into bgpd. This is a debug tool butClaudio Jeker
2012-03-27Introduce "selected" as show rib attribute to only show selected routes.Claudio Jeker
2012-03-26Add a function to extract an address instead of copying the same code overClaudio Jeker
2012-03-06Implement a better way to detect the encoding of the MP_REACH_NLRI attr.Claudio Jeker
2011-09-26tweak previous; ok claudioJason McIntyre
2011-09-21Try to document the show mrt command. While there order the filtersClaudio Jeker
2011-09-21Make it possible to parse MRT table dumps (all 3 formats) and displayClaudio Jeker
2011-09-21Unbreak the tree. I forgot to add a fatalx() stub to bgpctl.Claudio Jeker
2010-09-02remove trailing spaces and tabs from source code; no binary changesIgor Sobrado
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-10Simplify wording about abbreviating commands. ok claudioStuart Henderson
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-03Adjustments for multiple kroute table support. This adds a few new commandClaudio Jeker
2010-04-13Sync with last bgpd commit, there are no AF_INET and AF_INET6 specificClaudio Jeker
2010-03-08res.flags is not only used by the irrfilter so initializing them withClaudio Jeker