Age | Commit message (Expand) | Author |
2011-03-07 | continguous -> contiguous | Henning Brauer |
2010-10-11 | bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER to | Claudio Jeker |
2010-09-30 | Only 6 elements of mib are used so do allocate 6 not 7. | Claudio Jeker |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-07-12 | Merge duplicate log messages into one log_warn(). | Alexander Bluhm |
2010-06-03 | Instead of doing a poor mans offsetof() implementation change the code | Claudio Jeker |
2010-05-19 | When installing MPLS VPN routes set the RTF_MPLS bit since those routes | Claudio Jeker |
2010-05-18 | Be more careful in ktable_update() and ktable_new() and the fib sync flag. | Claudio Jeker |
2010-05-17 | Last bits of MPLS VPN support. Hook kernel routing tables and RIB together. | Claudio Jeker |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-04-13 | Instead of passing AF specific struct kroutes over imsgs use a struct | Claudio Jeker |
2010-04-06 | Switch to a more address family independent nexthop imsg. Instead of passing | Claudio Jeker |
2010-02-26 | Fix some minor issues. 0 instead of NULL in one comparison. Set the | Claudio Jeker |
2010-02-23 | Remove some extra (). | Claudio Jeker |
2009-12-01 | Use an artificial address family id in struct bgpd_addr and almost everywhere | Claudio Jeker |
2009-07-23 | Send the used kroute along with the nexthop information. This allows us | Claudio Jeker |
2009-07-23 | knexthop_compare() failed to compare correctly and because of this it was | Claudio Jeker |
2009-07-20 | Include more info in the bgpctl show nexthop ctl message. Mainly add the | Claudio Jeker |
2009-06-25 | Add missing RTM_VERSION checks. Bad me, no cockies. | Claudio Jeker |
2009-06-12 | Move prefixlen2mask and inet6applymask to util.c so that we can kill the | Claudio Jeker |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2009-05-25 | In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100% | Claudio Jeker |
2009-02-11 | Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need | Claudio Jeker |
2009-02-09 | Correct function name in warning to avoid confusion. After a discussion on | Claudio Jeker |
2009-01-01 | Remove unneeded debug messages that made it into the tree. | Claudio Jeker |
2008-12-12 | Make bgpd route priority aware and while there sync in the basics to correctly | Claudio Jeker |
2008-11-21 | Track nexthops when the underlying route is changing. Until now true nexthops | Claudio Jeker |
2008-05-09 | insert/delete routes with priority RTP_BGP | Henning Brauer |
2008-05-08 | backout shit committed on accident | Henning Brauer |
2008-05-08 | in timer_set, when figuring out the right position for the timer, | Henning Brauer |
2007-11-24 | Another missing RTM_VERSION check. This will remove the RB_INSERT warnings | Claudio Jeker |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-10-04 | when inserting blackhole or reject routes, set the gateway address to | Henning Brauer |
2007-05-11 | Various spelling fixes from Stuart Henderson. | Claudio Jeker |
2007-04-19 | Use vectorized writes to send routing messages into the kernel instead of | Claudio Jeker |
2007-02-22 | KNF | Henning Brauer |
2007-02-07 | remove a log_debug() that is no longer needed. | Claudio Jeker |
2006-11-28 | allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help | Henning Brauer |
2006-11-28 | mib we pass to sysctl when fetching the routing table has 7 entries now, | Henning Brauer |
2006-11-16 | for now, make bgpd work with routing table 0 (main one) and ignore routing | Henning Brauer |
2006-08-03 | On startup in fetchtable() clean the routing table of all PROTO1 routes. | Claudio Jeker |
2006-04-12 | messages on the routing socket have different headers - rt_msghdr, | Henning Brauer |
2006-03-22 | Change the way bgpd selects nexthops. Up until now every route was considered | Claudio Jeker |
2006-02-23 | Use the new rtm_fmask feature to reset blackhole and reject routes on | Claudio Jeker |
2006-01-31 | Dynamic routes (PMTU, etc) are not redistributable even for IPv6. | Claudio Jeker |
2005-12-14 | Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is | Claudio Jeker |
2005-09-21 | when the route to a nexthop is a reject or blackhole route, the nexthop | Henning Brauer |
2005-07-01 | tab after space | Claudio Jeker |
2005-06-24 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker |
2005-06-14 | Don't unref something that is used later. send_rtmsg() will call | Claudio Jeker |