Age | Commit message (Expand) | Author |
2006-03-08 | Fix logic of the kroute code. First of all there was a porblem if a prefix | Claudio Jeker |
2006-01-23 | Kill stupid comment. "not reached" after a continue is superfluous. | Claudio Jeker |
2006-01-12 | Rewrite the redistribute code. The previous implementation was stupid and | Claudio Jeker |
2006-01-12 | Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar. | Claudio Jeker |
2006-01-05 | Make ospfd respect carp(4) interfaces and their weird behaviour. They will | Claudio Jeker |
2005-12-14 | Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is | Claudio Jeker |
2005-08-08 | tab before newline. | Claudio Jeker |
2005-06-26 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker |
2005-05-24 | Only redistribute networks if the interface they depend on is actually | Claudio Jeker |
2005-05-24 | Set ifindex for all kernel routes. This makes it very easy to track the | Claudio Jeker |
2005-05-13 | The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in | Claudio Jeker |
2005-04-16 | Set F_STATIC flag earlier else the default route will end up as non-static. | Claudio Jeker |
2005-04-12 | Support for self originated AS-external LSA. | Claudio Jeker |
2005-03-31 | Add support for crypt authentication (MD5). | Esben Norby |
2005-03-26 | Implement the IMSG_CTL_IFINFO bits correctly. This is needed for | Claudio Jeker |
2005-03-26 | kroute.c cleanup, simplify code and remove unused functions. | Claudio Jeker |
2005-03-23 | The interface name in struct sockaddr_dl may not be nul terminated and | Claudio Jeker |
2005-03-23 | prefixlen2mask() should return a network byte order result as it does imply | Claudio Jeker |
2005-03-23 | grow receive buffer on the routing socket, from bgpd | Henning Brauer |
2005-03-23 | explicitely initialize opt, from bgpd | Henning Brauer |
2005-03-15 | Add control messages for the show fib commands. | Claudio Jeker |
2005-03-07 | Track interface state (up/down) and media status. Simplify the code a bit | Claudio Jeker |
2005-02-24 | Remove the kroute nexthop specific code as there is no need for this in | Claudio Jeker |
2005-02-15 | let ospfd "tag" its routes with RTF_PROTO2, bgpd uses RTF_PROTO1 already | Henning Brauer |
2005-01-28 | Change my email address to the OpenBSD one since Ericsson has nothing to | Esben Norby |
2005-01-28 | Welcome ospfd | Claudio Jeker |