Age | Commit message (Expand) | Author |
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 |
2005-06-13 | route label support, kroute part and ID allocator as well as the internal | Henning Brauer |
2005-06-07 | Set the reject and blackhole flags for kernel routes too. This makes the | Claudio Jeker |
2005-06-07 | Fix the mask2prefixlen6() function once and for all. Netmasks are stored in | Claudio Jeker |
2005-06-06 | allow show fib to be limited to inet or inet6 families, claudio ok | Henning Brauer |
2005-06-05 | on CTL_KROUTE requests, send back both v4 and v6 routes | Henning Brauer |
2005-06-05 | work around another disgusting ugliness in v6: the netmasks we get on | Henning Brauer |
2005-06-02 | Cleanup recent kroute6 additions. OK henning | Chad Loder |
2005-05-27 | bah, more kaesefondue (debugging cruft left in) | Henning Brauer |
2005-05-27 | don't need to fetch the kernel routing twice, once for v4 and once for v6, | Henning Brauer |
2005-05-27 | will throw claudio in a big pot of kaesefondue for repeated whitespace fuckups | Henning Brauer |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker |
2005-05-13 | The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in | Claudio Jeker |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker |
2005-04-28 | Be more careful when copying ifname from the struct sockaddr_dl. | Claudio Jeker |
2005-04-18 | Set flag F_STATIC based on RTF_STATIC and not just because the route came | Claudio Jeker |
2005-04-08 | don't whine when we can't find interface with index 0 | Henning Brauer |
2005-03-30 | interface validation cleanup / fixes | Henning Brauer |
2005-03-29 | explicitely check interface flags for IFF_UP in kroute_validate | Henning Brauer |
2005-03-28 | KNF | Henning Brauer |
2005-03-26 | inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK) | Claudio Jeker |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer |
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer |