Age | Commit message (Expand) | Author |
2018-09-09 | sync header line with whats actually in the output. | Sebastian Benoit |
2018-09-09 | Make it clear what 'dynamically added' prefixes are. | Sebastian Benoit |
2018-09-07 | When parsing AS numbers set both as_min and as_max to the parsed value. | Claudio Jeker |
2018-09-07 | Add a dummy as_set_match() function since it is needed to link util.c now. | Claudio Jeker |
2018-09-06 | Use getline() for the network bulk code. Also make the parser better by | Claudio Jeker |
2018-09-05 | Adjust after change of struct filter_as. | Claudio Jeker |
2018-08-30 | Use past tense for treated as withdrawn since the withdraw happened in the past. | Claudio Jeker |
2018-08-29 | Introduce 'bgpctl show rib error' to show all prefixes that got flagged | Claudio Jeker |
2018-07-29 | mestre and i both concluded pledge can be tightened, "unix" handles the | Theo de Raadt |
2018-07-22 | First iteration of implementing full mrt dumping/printing support in bgpctl. | Claudio Jeker |
2018-07-22 | Move functions to print link status etc. to util.c so that bgpd can use them | Claudio Jeker |
2018-07-20 | Print the timestamp embedded in mrt files for update and status messages. | Claudio Jeker |
2018-07-20 | There is no need to have bgpd running when running bgpctl show mrt. | Claudio Jeker |
2018-07-13 | explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204 | Jonathan Gray |
2018-07-12 | store and print the rdomain of the interfaces we see. | Sebastian Benoit |
2018-07-11 | Print out the hash info sent by the RDE in bgpctl show rib mem | Claudio Jeker |
2018-07-10 | Initialize the rtable in the requests send to bgpd to the current | Sebastian Benoit |
2018-07-10 | move the top level pledge, getrtable() works with pledge stdio. | Sebastian Benoit |
2017-11-27 | lenght->length, mostly in comments | Stuart Henderson |
2017-10-16 | Ensure last character in ssv mode is a newline | job |
2017-10-15 | Add "ssv" variant which turns a rib route output into a single | Theo de Raadt |
2017-09-21 | word fix; from tom smyth | Jason McIntyre |
2017-08-10 | replace memcpy() with assignements where the type is the same. | Sebastian Benoit |
2017-08-10 | handle extended communities in bgpctl. | Sebastian Benoit |
2017-06-26 | don't print the WELLKNOWN string for unknown well-known communities | Peter Hessler |
2017-06-26 | let admins set an unknown well-known community | Peter Hessler |
2017-06-26 | add support for the "graceful shutdown" well-known community as described | Peter Hessler |
2017-05-31 | Update ext community printer to the changes done in bgpd. | Claudio Jeker |
2017-05-29 | missing .El; | Jason McIntyre |
2017-05-29 | change section title in bgpd.conf talking about MPLS, | Sebastian Benoit |
2017-05-29 | avoid Xr to self; | Jason McIntyre |
2017-05-29 | change bgpd's control socket from /var/run/bgpd.sock to | Sebastian Benoit |
2017-02-14 | fix a crash when parsing large community given on the command line | Sebastian Benoit |
2017-02-13 | draft-ietf-idr-shutdown extends to support a message on either of | Peter Hessler |
2017-01-23 | Mission accomplished, bgpctl is now fatal free. | Claudio Jeker |
2017-01-23 | Kill the timer.c reacharound it is not needed. | Claudio Jeker |
2017-01-23 | cleanup log* functions that break with bgpd reacharound | Sebastian Benoit |
2017-01-13 | Add support for draft-ietf-idr-shutdown | Peter Hessler |
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 |