Age | Commit message (Expand) | Author |
2018-12-11 | bgpctl can no long reuse the aspath_match function from bgpd so move the | Claudio Jeker |
2018-12-05 | Set the routing table when adding a network | denis |
2018-11-28 | Adjust bgpctl to handle the community changes done in bgpd. | Claudio Jeker |
2018-11-01 | fix typos | denis |
2018-10-31 | Remove extra , | Claudio Jeker |
2018-10-31 | Show the number of references hold by struct rde_aspath objects (which should | Claudio Jeker |
2018-10-26 | Show how much memory is used for *-sets. | Claudio Jeker |
2018-10-01 | Expose BGP Origin Validation state in bgpctl show commands | job |
2018-09-26 | Rename AS_NONE to AS_UNDEF here as well. OK compiler & grep | Claudio Jeker |
2018-09-20 | as_set_match() changed again, so adjust it here too. | Claudio Jeker |
2018-09-14 | Adjust the dummy as_set_match function to new prototype after last bgpd commit | Claudio Jeker |
2018-09-09 | sync header line with whats actually in the output. | Sebastian Benoit |
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-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-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 | 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-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 | 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 | change bgpd's control socket from /var/run/bgpd.sock to | Sebastian Benoit |
2017-01-23 | Mission accomplished, bgpctl is now fatal free. | 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-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 |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-01 | pledge in bgpctl. | 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-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-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 |