Age | Commit message (Expand) | Author |
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 | allow only one network <prefix> statement per for the same prefix. | Sebastian Benoit |
2017-05-27 | bump the size of ctl rib flags | Peter Hessler |
2017-05-27 | this expects 2byte ASN, so use that, instead of an asn that may or may not fit | Peter Hessler |
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-27 | fix the reference to draft-ymbk-grow-blackholing, to RFC 7999 | 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-04-18 | use freezero() | Theo de Raadt |
2017-03-28 | For IPv6 pass prefix not nexthop as network for connected nexthops back to | Claudio Jeker |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-02 | Fix breakage of md5 authentication. | Renato Westphal |
2017-02-22 | Add missing htonl for IPsec SPI. | Renato Westphal |
2017-02-19 | draft-ietf-idr-large-community has been published as RFC 8092 | Peter Hessler |
2017-02-13 | draft-ietf-idr-shutdown extends to support a message on either of | Peter Hessler |
2017-01-25 | Hopefully the last of the struct rib rototilling. Peer just points to a | Claudio Jeker |
2017-01-25 | Switch rde_generate_update and rde_send_kroute to accept a struct rib instead | Claudio Jeker |
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 | Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs). | Claudio Jeker |
2017-01-24 | sync log.c from relayd et al to bgpd. | Sebastian Benoit |
2017-01-23 | Make util.c fatal() free by allowing undefined behaviour in prefix_compare. | Claudio Jeker |
2017-01-23 | Rename rib pointer in struct prefix to re since it points to a rib_entry. | Claudio Jeker |
2017-01-23 | Introduce a struct rib sitting between struct rib_desc and struct rib_tree. | Claudio Jeker |
2017-01-23 | Revert the struct rib_tree rename. I need a struct in between because of | Claudio Jeker |
2017-01-23 | More rototilling, make rib_new and rib_find return a point to struct rib_desc | Claudio Jeker |
2017-01-23 | Now rename struct rib_tree to struct rib. Again OK gcc | Claudio Jeker |
2017-01-23 | Rename struct rib to struct rib_desc. Mechanical change, OK gcc | Claudio Jeker |
2017-01-23 | Refactor a bit to make it look a bit more like the rde_update_update code. | Claudio Jeker |
2017-01-23 | whitespace | 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-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-13 | Add support for draft-ietf-idr-shutdown | Peter Hessler |
2017-01-08 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
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-12-19 | In parse_header() not all of the bgp message may be in the buffer yet so | Claudio Jeker |
2016-12-18 | Correct logic, make it the same as in the other mrt_dump_bgp_msg case. | Claudio Jeker |
2016-11-10 | update reference to the RFC now numbered 7606 | Peter Hessler |
2016-11-10 | properly check if large-community was set before | Peter Hessler |
2016-11-10 | draft-ietf-idr-optional-transitive-00 became RFC 7606 | Peter Hessler |
2016-10-30 | large-community needs to have an argument | Peter Hessler |
2016-10-27 | Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So, | Peter Hessler |
2016-10-18 | "Terminate the session after number prefixes have been received" means | Sebastian Benoit |
2016-10-15 | add missing Xc, and macro fix; | Jason McIntyre |
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 |