summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/kroute.c
AgeCommit message (Expand)Author
2006-12-13Doh! I forgot the change from kroute to rroute in the deletion case.Claudio Jeker
2006-12-07Make it possible to set the metric and LSA type for redistributed routes.Claudio Jeker
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28mib we pass to sysctl when fetching the routing table has 7 entries now,Henning Brauer
2006-11-17Support for multiple networks on one interface. Until now only the mainClaudio Jeker
2006-11-16ignore routing messages for alternate tables for now, from bgpdHenning Brauer
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-05-27Revert last commit. Having ifindex of 0 is an error and needs to be reported.Claudio Jeker
2006-04-28do not log "interface with index 0 not found". ifindex == 0 happens onHenning Brauer
2006-04-25ARGSUSED for event handler.Claudio Jeker
2006-04-18struct kif_kr is not used in ospfd.Claudio Jeker
2006-04-16KNFHenning Brauer
2006-04-16only look at later rt_msghdr fields for those messages actually usingHenning Brauer
2006-03-08Fix logic of the kroute code. First of all there was a porblem if a prefixClaudio Jeker
2006-01-23Kill stupid comment. "not reached" after a continue is superfluous.Claudio Jeker
2006-01-12Rewrite the redistribute code. The previous implementation was stupid andClaudio Jeker
2006-01-12Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar.Claudio Jeker
2006-01-05Make ospfd respect carp(4) interfaces and their weird behaviour. They willClaudio Jeker
2005-12-14Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data isClaudio Jeker
2005-08-08tab before newline.Claudio Jeker
2005-06-26Do not automaticaly announce routes that have RTF_DYNAMIC set. These routesClaudio Jeker
2005-05-24Only redistribute networks if the interface they depend on is actuallyClaudio Jeker
2005-05-24Set ifindex for all kernel routes. This makes it very easy to track theClaudio Jeker
2005-05-13The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages inClaudio Jeker
2005-04-16Set F_STATIC flag earlier else the default route will end up as non-static.Claudio Jeker
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-03-26Implement the IMSG_CTL_IFINFO bits correctly. This is needed forClaudio Jeker
2005-03-26kroute.c cleanup, simplify code and remove unused functions.Claudio Jeker
2005-03-23The interface name in struct sockaddr_dl may not be nul terminated andClaudio Jeker
2005-03-23prefixlen2mask() should return a network byte order result as it does implyClaudio Jeker
2005-03-23grow receive buffer on the routing socket, from bgpdHenning Brauer
2005-03-23explicitely initialize opt, from bgpdHenning Brauer
2005-03-15Add control messages for the show fib commands.Claudio Jeker
2005-03-07Track interface state (up/down) and media status. Simplify the code a bitClaudio Jeker
2005-02-24Remove the kroute nexthop specific code as there is no need for this inClaudio Jeker
2005-02-15let ospfd "tag" its routes with RTF_PROTO2, bgpd uses RTF_PROTO1 alreadyHenning Brauer
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker