summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2007-04-19Use iovecs to write routing messages to the socket instead of a staticClaudio Jeker
2007-04-12Before starting to evaluate the redistributon of a route it helps to setClaudio Jeker
2007-04-11Simplify rde_summary_update(). The route entry has a valid/invalid flagClaudio Jeker
2007-04-10Next step in equal cost multipath support. Make the SPF calculation multipathClaudio Jeker
2007-04-05remove an unused function.Pierre-Yves Ritschard
2007-04-04Type 4 (router) summery LSA need to be sent out with an LS ID equal to theClaudio Jeker
2007-04-04There is no need to originate inter-area routes to the backbone.Claudio Jeker
2007-04-02Use fatal() if calloc fails instead of fatalx().Claudio Jeker
2007-03-30Use correct function name in fatalx() message.Claudio Jeker
2007-03-28Remove unused variable found by lint.Claudio Jeker
2007-03-27First step to make ospfd equal cost multipath aware.Claudio Jeker
2007-03-25If the interface metric changes on reload it is necessary to re-originateClaudio Jeker
2007-03-22s/%ssredistribute/%sredistribute/. One s is enough and makes -nv outputClaudio Jeker
2007-03-22Somehow I forgot how to correctly sort in alphabetical order.Claudio Jeker
2007-03-21tweak a sentence;Jason McIntyre
2007-03-21Add RFC 3137 and remove the caveats section. Ospfd will now automaticalyClaudio Jeker
2007-03-21Document "stub router (yes|no)" and how/why it is used.Claudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-03-19when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do notHenning Brauer
2007-03-17Exchange a strlcpy() with a strncpy(). A similar change was done in parse.yClaudio Jeker
2007-03-16Don't forget to set the metric in the REDIST_LABEL case. OK pyr@Claudio Jeker
2007-03-16Make sure that the metric on redistributed prefixes is always != 0.Claudio Jeker
2007-03-13Don't call rtlabel_unref() twice on RTM_DELETE. kroute_remove() does itClaudio Jeker
2007-03-13rtm_tableid is only valid for RTM_ADD, RTM_CHANGE and RTM_DELETE but notClaudio Jeker
2007-02-26Set the metric for loopback interfaces.Esben Norby
2007-02-25copy mis-aligned routing socket message into a properly aligned struct, soTheo de Raadt
2007-02-24spelling; sthen@spacehopperTheo de Raadt
2007-02-12rde_nbr_loading() may be called with area == NULL. Check for this conditionClaudio Jeker
2007-02-09Remove unneeded statement. The debug code needing it is long gone.Claudio Jeker
2007-02-01whitespace cleanup, no binary change.Claudio Jeker
2007-02-01If an interface is going down send out an empty OSPF hello packet so thatClaudio Jeker
2007-02-01Preliminary configuration reload support. Seems to work reasonably wellClaudio Jeker
2007-02-01kr_reload() -- another helper function for reload support. This oneClaudio Jeker
2007-02-01There is no need to check if the LSA is matched by an net LSA inClaudio Jeker
2007-02-01Implement md_list_send() function to send auth crypt keys to the OSPF engine.Claudio Jeker
2007-01-29Remove useless debug message when calculating the SPF tree.Esben Norby
2007-01-29Do not link from the LS DB to outside structures that may vanish beforeClaudio Jeker
2007-01-24When deleting a neighbor or a interface make sure that no events are pending.Claudio Jeker
2007-01-24Remove most of the spf calculation related log_debug messages.Claudio Jeker
2007-01-24Remove some log_debug()s that are no longer needed.Claudio Jeker
2007-01-23Typo in fatal() message found by dunceor @ gmail dot comClaudio Jeker
2007-01-20Ignore SIGPIPE in the parent and RDE as well.Claudio Jeker
2007-01-14typoMichele Marchetto
2007-01-11Silently ignore unknown neighbors in the rde and ospfe imsg handler. ThisClaudio Jeker
2007-01-11Join two lines.Claudio Jeker
2007-01-11Remove unneeded config stuff when booting up the RDE. This makes the reloadClaudio Jeker
2007-01-08term 3 here can be dropped tooTheo de Raadt
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
2006-12-21order variables by size/type.Claudio Jeker
2006-12-13Doh! I forgot the change from kroute to rroute in the deletion case.Claudio Jeker