Age | Commit message (Expand) | Author |
2018-09-07 | allow as4number_any in as-sets. Otherwise you cant filter bogon as'es. | Sebastian Benoit |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-09-07 | Implement as-set a fast lookup table to be used instead of long list of | Claudio Jeker |
2018-09-05 | Implement most prefixlen operations as OP_RANGE (prefixlen A - B). | Claudio Jeker |
2018-09-05 | Change the way as_compare() and aspath_match() handle 'neighbor-as'. Instead | Claudio Jeker |
2018-08-27 | If the maximum for a community is defined via the large flag then | Claudio Jeker |
2018-08-27 | merge_filterset() needs to produce a stable sorted filterset to make sure | Claudio Jeker |
2018-08-08 | Merge getcommunity() and getlargecommunity() into one function that | Claudio Jeker |
2018-07-11 | add option "network ... priority number" to announce prefixes from the | Sebastian Benoit |
2018-07-10 | You can run multiple copies of bgpd in seperate rdomains. | Sebastian Benoit |
2018-07-10 | dont let rtable number overflow, | Sebastian Benoit |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-06-13 | Provide backwards compatibility for some of the announce directives | job |
2018-06-13 | Deprecate announce (all|self|none|default-route) | Claudio Jeker |
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 |