Age | Commit message (Expand) | Author |
2018-02-10 | Follow rfc8277 more closely and make make sure bgpd is encoding VPNv4 | Claudio Jeker |
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-05-28 | Implement an XON/XOFF protocol between the RDE and the SE to throttle | Claudio Jeker |
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 | 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 |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
2015-03-14 | rename rde_free_filter() to filterlist_free() and start using it outside | Claudio Jeker |
2014-12-18 | two more uses of siphash. better hash for ipv4. maybe not needed for rbtree | Ted Unangst |
2014-12-12 | convert some hash tables (the easy ones) to siphash. ok benno. | Ted Unangst |
2014-10-08 | Use reallocarray() throughout to spot multiplicative int overflow. | Theo de Raadt |
2013-08-14 | Rewrite the internals of the RDE reload logic. | Claudio Jeker |
2013-07-17 | on graceful restart, the number of prefixes could be counted wrong, | Sebastian Benoit |
2013-05-20 | D'oh, add missing break in prefix_writebuf(). Another find by blambert@ | Claudio Jeker |
2013-03-14 | correct struct in sizeof(); found by llvm | Florian Obser |
2012-09-12 | Better graceful restart support (implementing more then just the EoR record). | Claudio Jeker |
2012-07-01 | typo in comment, s/withdrawl/withdrawal/ | Stuart Henderson |
2012-05-22 | Flush the right networks, the dynamic ones not the static ones. | Claudio Jeker |
2011-09-21 | Fix nexthop_modify() to reset the flags when called. Until now | Claudio Jeker |
2011-09-20 | Move a few functions into util.c because bgpctl will need them soon. | Claudio Jeker |
2011-09-17 | Implement new mrt table dump format as specified in draft-ietf-grow-mrt. | Claudio Jeker |
2011-01-14 | plug memleak in err path; from zinovik, ok claudio | Henning Brauer |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-04-20 | prefix_unlink() must remove the rib entry. Currently this was only done | Claudio Jeker |
2010-04-07 | Call nexthop_delete() a bit later in nexthop_update(). The nh->state needs | Claudio Jeker |
2010-04-06 | Switch to a more address family independent nexthop imsg. Instead of passing | Claudio Jeker |
2010-03-29 | We always allocate rib ids dynamicaly so there is no need for allowing | Claudio Jeker |
2010-03-26 | Be more careful when walking the tree looking for a non-empty element, | Claudio Jeker |
2010-03-03 | Replace enum rib_state with enum reconf_action since their doing the same. | Claudio Jeker |
2010-01-13 | Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so | Claudio Jeker |
2010-01-10 | Switch rib_dump() to use AID instead of AFs. OK henning@ | Claudio Jeker |
2009-12-01 | Use an artificial address family id in struct bgpd_addr and almost everywhere | Claudio Jeker |
2009-10-05 | Load prefixes into new created RIBs at reload time by walking over the | Claudio Jeker |
2009-06-29 | Protect the other rde_send_kroute() with a F_RIB_NOFIB check. | Claudio Jeker |
2009-06-07 | First attempt at reload support for RIBs. There is some magic that I do | Claudio Jeker |
2009-06-04 | Implement rib_find and add a rib id to struct rde_peer. | Claudio Jeker |
2009-06-04 | Add "rde rib <name>" to the config and allow the rde to use these other RIBs. | Claudio Jeker |
2009-06-03 | Allocate all rib contextes for tree walks and don't use static stack memory. | Claudio Jeker |
2009-06-03 | Initial stab at rib_free() until now unused. | Claudio Jeker |
2009-06-03 | Better way to allocate new RIBs. | Claudio Jeker |