Age | Commit message (Expand) | Author |
2016-10-26 | nicer list width; from julien dhaille | Jason McIntyre |
2016-10-14 | Add support for draft-ietf-idr-large-community | Peter Hessler |
2016-10-14 | when looking at the details of a prefix, show any unknown attributes and | Peter Hessler |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2016-05-25 | new sentence, new line, and avoid line wrap; | Jason McIntyre |
2016-05-25 | flesh out "show summary" description a bit, from julien at dhaille.com via | Henning Brauer |
2015-12-23 | Remove NULL-checks before free(). I think I've almost scrubbed the | mmcc |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-18 | err(1, "foo") -> err(1, NULL) for strdup() | mmcc |
2015-11-01 | pledge in bgpctl. | Sebastian Benoit |
2015-10-25 | zap trailing whitespace; | Jason McIntyre |
2015-10-24 | clarify use of "bgpctl show rib in|out neighbor FOO" | Sebastian Benoit |
2015-10-24 | Implement the missing bits to parse the other MRT message types. | Claudio Jeker |
2015-10-24 | Print if a route is redistributed or not at least for static & connected. | Claudio Jeker |
2015-10-11 | Handle the blackhole well-known community in bgpctl as well (print it | Stuart Henderson |
2015-10-11 | add "best" as an alias for "selected" | Peter Hessler |
2015-10-05 | these 3 files do not need sys/socket.h | Theo de Raadt |
2015-09-16 | Another ifmedia64 fix, this time for bgpd's ift2ifm(). | Stefan Sperling |
2015-09-13 | match a few if_media uint64_t conversions; ok miod | Theo de Raadt |
2015-07-19 | Match change to fatal()'s prototype in bgpd | Philip Guenther |
2015-07-18 | Tag dynamic routes with a D so I do not get confused when seeing dynamic | Claudio Jeker |
2015-04-26 | for every policy we write out, flush the output so we don't get an | Peter Hessler |
2015-04-25 | some people are capitalizing keywords, so ignore case when we test the tokens | Peter Hessler |
2015-04-25 | allow us to write rules that match directly on the peer AS | Peter Hessler |
2015-04-25 | handle an IRR record of "export ... action X" the same way we handle | Peter Hessler |
2015-04-17 | parse_prefix in parse.c got changed but the declaration in bgpctl.c | Peter Hessler |
2015-02-11 | show if we are using a transport security mechanism other than "none" | Peter Hessler |
2015-02-04 | potential double free in while-loop | Henning Brauer |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-09 | move the ignore-microsec-timestamp bit from mrt_parse to mrt_parse_dump_mp | Henning Brauer |
2014-11-19 | reduce redundant strlen calls by calling it once and saving the value | Ted Unangst |
2014-10-08 | Use reallocarray() throughout to spot multiplicative int overflow. | Theo de Raadt |
2014-10-02 | bgpctl show summary output: enlarge columns for 4-byte ASN display | Sebastian Benoit |
2014-08-14 | remove two duplicate command entries; | Ingo Schwarze |
2014-03-18 | Correctly parse attribute length form imsg. While there don't assign | Florian Obser |
2014-01-05 | missing newline on error message | Theo de Raadt |
2013-11-22 | unsigned char casts where needed for for ctype.h | Theo de Raadt |
2013-11-13 | handle msgbuf_write() returning EAGAIN, looks right to deraadt | Stuart Henderson |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-10-09 | tweak previous; | Jason McIntyre |
2013-10-09 | Allow us to bulk add / delete routes with the same attributes. Really | Peter Hessler |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2013-05-07 | fix some leaks in error paths | Jonathan Gray |
2013-04-09 | do not store a time_t or the result of a time_t division in an int | Gilles Chehade |
2013-03-07 | Implement a bgpctl nei foo destroy that will remove the specified cloned | Claudio Jeker |
2012-11-27 | Fix type typo | Philip Guenthe |
2012-11-15 | If max-prefix/restart are used, display the values in "bgpctl sh nei" output. | Stuart Henderson |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-18 | Print the wieght in the show rib detail output. OK sthen@, henning@ | Claudio Jeker |
2012-09-12 | bgpctl bits for the GR support added to bgpd. | Claudio Jeker |