Age | Commit message (Expand) | Author |
2018-07-22 | Move functions to print link status etc. to util.c so that bgpd can use them | Claudio Jeker |
2018-07-20 | Move the nlri_get_prefix functions to util.c so that bgpctl can use them too. | Claudio Jeker |
2018-07-14 | get rid of two more implicit ktable_get with rdomain 0. | Sebastian Benoit |
2018-07-12 | store and print the rdomain of the interfaces we see. | Sebastian Benoit |
2018-07-11 | On IMSG_CTL_SHOW_RIB_MEM also send back information of some of the | Claudio Jeker |
2018-07-11 | add option "network ... priority number" to announce prefixes from the | Sebastian Benoit |
2018-07-10 | __func__ log statements and some whitespace knf | Sebastian Benoit |
2018-07-10 | You can run multiple copies of bgpd in seperate rdomains. | Sebastian Benoit |
2018-06-29 | Prepare the ground for allowing temporary aspath object living on the stack. | Claudio Jeker |
2018-06-25 | Properly start reference counting struct nexthop. This removes the need for | Claudio Jeker |
2018-06-13 | Deprecate announce (all|self|none|default-route) | Claudio Jeker |
2018-02-10 | Add prefix-sets, lists of prefixes which can be used in place of a | Sebastian Benoit |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2017-10-15 | Add "ssv" variant which turns a rib route output into a single | Theo de Raadt |
2017-08-12 | allow filter rules to be written that affect ibgp or ebgp neighbors | Peter Hessler |
2017-08-11 | softreconfig in and out are on by default for ever and machines now have | Claudio Jeker |
2017-08-10 | handle extended communities in bgpctl. | Sebastian Benoit |
2017-08-06 | Remove comma from last element since that is the terminator. | Claudio Jeker |
2017-08-06 | add a zeroed out element at the end of the iana_ext_comms array, so | Sebastian Benoit |
2017-06-26 | add support for the "graceful shutdown" well-known community as described | Peter Hessler |
2017-05-31 | Rework the way we do extended communities (mainly in the parser) and update | Claudio Jeker |
2017-05-28 | Introduce log_peer_info() and make log_peer_warn() log at LOG_ERR instead | Claudio Jeker |
2017-05-28 | so far, bgpd was hardcoded to use rtable 0 for nexthop verification. | Henning Brauer |
2017-05-28 | Implement an XON/XOFF protocol between the RDE and the SE to throttle | Claudio Jeker |
2017-05-27 | Allow an administrator to disable the bgp loop detection algorithm, | Peter Hessler |
2017-05-27 | bump the size of ctl rib flags | Peter Hessler |
2017-05-27 | allow us to use 'local-as' in the filter language | Peter Hessler |
2017-05-27 | fix the reference to draft-ymbk-grow-blackholing, to RFC 7999 | Peter Hessler |
2017-01-25 | Flag the Loc-RIB with F_RIB_LOCAL so we can remove one ugly hack somewhere else | Claudio Jeker |
2017-01-24 | sync log.c from relayd et al to bgpd. | 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-05 | Let bgpd announce routes based on a route-label. | Peter Hessler |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-06-06 | Add format attributes to the proper functions and then fix the warning in | Sebastian Benoit |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-10-11 | standardize a community that has been independently created by nearly | Peter Hessler |
2015-09-21 | Let us log all updates sent from an individual peer. Since this can be | Peter Hessler |
2015-09-16 | Another ifmedia64 fix, this time for bgpd's ift2ifm(). | Stefan Sperling |
2015-07-20 | Make bgpd execute the RDE and session engine process instead of just forking. | Claudio Jeker |
2015-07-18 | give bgpd's fatal() varargs and use it to instrument bgpd fatal() | Sebastian Benoit |
2015-07-16 | Next round of config cleanup. Move various lists into the bgpd_config struct. | Claudio Jeker |
2015-04-25 | allow us to write rules that match directly on the peer AS | Peter Hessler |
2015-03-14 | rename rde_free_filter() to filterlist_free() and start using it outside | Claudio Jeker |
2015-03-14 | Move the command line options (mainly -d and -v) out of struct bgpd_config | Claudio Jeker |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2013-11-13 | Knob to set priority with which bgpd inserts routes into the kernel | Florian Obser |
2013-10-19 | Merge the prefix and prefixlen filter bits into one filter. Change the | Claudio Jeker |
2013-09-27 | typo in macro name; no md5 change | Stuart Henderson |