Age | Commit message (Expand) | Author |
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 |
2005-03-14 | "we notice when you plug the cable" - yeah, but we didn't notice when it | Henning Brauer |
2005-03-13 | when fetching the initial table, inherit the ifindex regardless of af, not | Henning Brauer |
2005-03-13 | explicitely initialize opt | Henning Brauer |
2004-11-24 | if I would remember at what I looked when learning how to use our wonderful | Henning Brauer |
2004-11-10 | "not reached" does not help LINT use NOTREACHED instead and use it only in | Claudio Jeker |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-10-16 | oups, unrelated changes crept in | Henning Brauer |
2004-10-16 | prefixlen 0 is a special case for prefixlen2mask() as well, claudio ok | Henning Brauer |
2004-08-19 | logic error: when there's changes affecting nexthop reachability, | Henning Brauer |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-08-03 | Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@ | Claudio Jeker |
2004-07-13 | fix some typos | Jared Yanovich |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-06-29 | little extra paranoia, ignore attempts to enter routes with a nexthop | Henning Brauer |
2004-06-25 | provide mask2prefixlen6() and prefixlen2mask6() | Henning Brauer |
2004-06-25 | after writing and deleting the kroute6 tree related functions for at least 5 | Henning Brauer |
2004-06-22 | Make the RDE IPv6 ready missing is the message handling. The internal | Claudio Jeker |