Age | Commit message (Expand) | Author |
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 |
2015-02-04 | potential double free in while-loop | Henning Brauer |
2014-10-02 | bgpctl show summary output: enlarge columns for 4-byte ASN display | Sebastian Benoit |
2014-03-18 | Correctly parse attribute length form imsg. While there don't assign | Florian Obser |
2013-11-13 | handle msgbuf_write() returning EAGAIN, looks right to deraadt | Stuart Henderson |
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-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-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 |
2012-05-27 | Make it possible to load mrt table dumps into bgpd. This is a debug tool but | Claudio Jeker |
2011-09-21 | Make it possible to parse MRT table dumps (all 3 formats) and display | Claudio Jeker |
2011-09-21 | Unbreak the tree. I forgot to add a fatalx() stub to bgpctl. | Claudio Jeker |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-03 | Adjustments for multiple kroute table support. This adds a few new command | Claudio Jeker |
2010-04-13 | Sync with last bgpd commit, there are no AF_INET and AF_INET6 specific | Claudio Jeker |
2010-03-08 | res.flags is not only used by the irrfilter so initializing them with | Claudio Jeker |
2010-02-11 | Force a space between address and nexthop. IPv6 is overflowing all size | Claudio Jeker |
2010-01-10 | ribreq uses now a AID, use AID also on the parsing side and convert to | Claudio Jeker |
2009-12-16 | Use log_ext_subtype() instead of the homebrew version (which actually got | Claudio Jeker |
2009-12-08 | Must byte-swap extended community data before printing since it is in | Claudio Jeker |
2009-12-08 | Split out some code into own function to make the code a bit nicer. | Claudio Jeker |
2009-12-08 | Big AID change part 2 bgpctl part. Cope with the changes in bgpd, more to | Claudio Jeker |
2009-12-01 | Update code to use the new AID address ids so that this works again with | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-10-23 | errx -> err since the errno is set. | Claudio Jeker |
2009-09-15 | In bgpctl sh nei, display whether a neighbour is set to use passive | Stuart Henderson |
2009-09-14 | Switch the various link state printing codes to use the new if_media | Claudio Jeker |
2009-07-23 | Update bgpctl show next to show all necessary info. This time OK henning@ | Claudio Jeker |
2009-07-21 | sorry, but showing a diff, getting an explicit "not ok" and then committing | Henning Brauer |