Age | Commit message (Expand) | Author |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-02-10 | Add prefix-sets, lists of prefixes which can be used in place of a | Sebastian Benoit |
2018-02-05 | Add a comment why it is OK to set the tableid to 0 for Adj-RIB-In/Out. | Claudio Jeker |
2018-02-04 | Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In and | Claudio Jeker |
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 |