Age | Commit message (Expand) | Author |
2018-07-09 | Move the max prefix checker into rde_update_update() instead of doing it | Claudio Jeker |
2018-07-09 | Introduce a struct filterstate and pass this to rde_filter instead of | Claudio Jeker |
2018-07-05 | Simplify rde_softreconfig_in(). There is no need to run the prefix through | Claudio Jeker |
2018-06-28 | Remove rde_aspath pointer from rde_filter since that argument can be fetched | Claudio Jeker |
2018-06-28 | Pass a struct prefix to rde_filter and remove some of the arguments which | 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 | Follow rfc8277 more closely and make make sure bgpd is encoding VPNv4 | Claudio Jeker |
2018-02-10 | Add prefix-sets, lists of prefixes which can be used in place of a | Sebastian Benoit |
2018-02-07 | Add plumbing inside of the prefix handling to put prefixes on either the | Claudio Jeker |
2018-02-05 | Switch a few lists to tailqs. Mainly the prefix list per aspath needs | Claudio Jeker |
2018-02-05 | Change struct prefix a bit. Make the aspath pointer opaque and remove the | Claudio Jeker |
2018-02-04 | Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In and | Claudio Jeker |
2017-11-14 | Inverse logic, issue found by henning@. MPLS VPN is still broken though. | Claudio Jeker |
2017-09-14 | fix accounting for received prefixes per neighbor | Peter Hessler |
2017-08-11 | softreconfig in and out are on by default for ever and machines now have | Claudio Jeker |
2017-08-10 | Fix a comment and line length. Noted by Dennis fondras. | Sebastian Benoit |
2017-08-10 | handle extended communities in bgpctl. | Sebastian Benoit |
2017-05-29 | After some consideration, revert last commit and don't abuse rde_dump_done. | Claudio Jeker |
2017-05-29 | Fix crash in IMSG_CTL_SHOW_RIB_PREFIX handling. The ctx is not added to | Claudio Jeker |
2017-05-28 | Print when we send or recv an EOR marker. | Claudio Jeker |
2017-05-28 | Close imsg pipes later in the process. The shutdown code still tires to | Claudio Jeker |
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 OpenBGPD to selectively choose which local ASN to use per-peer. | 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-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 | 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 | More rototilling, make rib_new and rib_find return a point to struct rib_desc | Claudio Jeker |
2017-01-23 | Rename struct rib to struct rib_desc. Mechanical change, OK gcc | Claudio Jeker |
2016-11-10 | draft-ietf-idr-optional-transitive-00 became RFC 7606 | Peter Hessler |
2016-10-18 | "Terminate the session after number prefixes have been received" means | Sebastian Benoit |
2016-10-14 | Add support for draft-ietf-idr-large-community | Peter Hessler |
2016-09-03 | Simplify shutdown process. | Renato Westphal |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-08-08 | Use exit(3) instead of _exit(2) in the child processes. | Renato Westphal |
2016-07-21 | Remove a fatal() in peer_up when the local addrs of a peer can't be figured out. | Claudio Jeker |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2015-12-22 | commited -> committed | mmcc |
2015-12-03 | claudio questioned the need for pledge(unix) in the rde, and i think | Sebastian Benoit |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-10-25 | Only run the rib_dump_runner() if there is something pending and the | Claudio Jeker |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | In theory, bgpd should be happy with tame "stdio unix route recvfd". | Theo de Raadt |
2015-09-21 | Let us log all updates sent from an individual peer. Since this can be | Peter Hessler |
2015-09-19 | Use correct function name in error message | Claudio Jeker |
2015-08-30 | rename a variable "err" to "error" | Theo de Raadt |