Age | Commit message (Expand) | Author |
2017-10-19 | don't try to print uninitialised memory as a string in error paths | Jonathan Gray |
2017-08-21 | When 'enforce neighbor-as no' is set, don't do a config-time check for the ne... | Peter Hessler |
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-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-06-26 | allow setting localpref to 0 | Peter Hessler |
2017-05-31 | Too vs To. Found by Denis Fondras openbsd (at) ledeuns (dot) net | Claudio Jeker |
2017-05-31 | Rework the way we do extended communities (mainly in the parser) and update | Claudio Jeker |
2017-05-29 | remove the file permission check for bgpd.conf | Peter Hessler |
2017-05-28 | so far, bgpd was hardcoded to use rtable 0 for nexthop verification. | Henning Brauer |
2017-05-27 | Allow an administrator to disable the bgp loop detection algorithm, | Peter Hessler |
2017-05-27 | allow only one network <prefix> statement per for the same prefix. | Sebastian Benoit |
2017-05-27 | Allow OpenBGPD to selectively choose which local ASN to use per-peer. | Peter Hessler |
2017-05-27 | allow us to use 'local-as' in the filter language | Peter Hessler |
2017-05-26 | AS 0 is special and should be considered an error. | Peter Hessler |
2017-05-26 | Expand RIB names in groups | Peter Hessler |
2017-05-26 | Allow nested {} in prefix lists. | Peter Hessler |
2017-02-22 | Add missing htonl for IPsec SPI. | Renato Westphal |
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-18 | while a u_int is large enough for 32bit-asns, it is not big enough for | Peter Hessler |
2017-01-13 | Add support for draft-ietf-idr-shutdown | Peter Hessler |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
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-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2015-10-27 | calloc -> malloc when the memory is immediately overwritten with memcpy. | mmcc |
2015-10-22 | Revert revision 1.282: | Reyk Floeter |
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-21 | Allow for empty blocks for peers. While this is bad style for permant | Peter Hessler |
2015-07-16 | Next round of config cleanup. Move various lists into the bgpd_config struct. | Claudio Jeker |
2015-04-26 | mlarkin asks "bgpctl checks the length of the control socket path to | Sebastian Benoit |
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 |
2015-03-14 | Move the code that adjust FIB priority when changed during a config reload | Claudio Jeker |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-02 | Add gcc format attributes to parse.y's yyerror() for bgpd. | Doug Hogan |
2014-05-02 | spelling; Denis Fondras | Theo de Raadt |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
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 |