summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/kroute.c
AgeCommit message (Expand)Author
2010-02-23fetchtable and the kroute dispatch handlers both parse the same messagesDavid Gwynne
2010-02-22dedup some code a bit. rather than have the same code in fetchifs andDavid Gwynne
2010-02-22remove the original fetchtable code and replace it with the newDavid Gwynne
2010-02-19oops, remove dead code.David Gwynne
2010-02-19implement ospfctl fib reload.David Gwynne
2010-02-16Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe toClaudio Jeker
2009-07-23Spelling and comment fixes by stsp@Claudio Jeker
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-05Preliminary rdomain support, all hacked up by reyk@Claudio Jeker
2009-06-02Track reject and blackhole routes and allow them to be redistributed evenClaudio Jeker
2009-04-26comment typos; no binary changeStuart Henderson
2009-01-16fix last updateJoerg Goltermann
2009-01-08Fix use after free of kr. Happend when the first loop removed the headClaudio Jeker
2009-01-06Remove workaround added in rev 1.63. The real issue has been found andClaudio Jeker
2009-01-01Move initialisation of krt into kif_init so that it is possible to callClaudio Jeker
2008-12-17Add a workaround for some crazyness that happens if a cloning route has aClaudio Jeker
2008-12-12Make the kroute code routing priority aware. This solves a few issues andClaudio Jeker
2008-11-21Kill some old debug messages that are no longer needed.Claudio Jeker
2008-09-29Refactor code that handles the kroute interfaces and make it possible toClaudio Jeker
2008-07-24Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@Claudio Jeker
2008-06-13Simplify ROUNDUP() macro, it does not need the additional size argument.Claudio Jeker
2008-05-09insert/delete routes w/ prio RTP_OSPFHenning Brauer
2008-05-05Use rtm_hdrlen instead of the static header length. OK norby@Claudio Jeker
2007-10-17From ripd: Add missing RTM_VERSION checksClaudio Jeker
2007-10-01fix alot of whitespace problems...Esben Norby
2007-09-25Last missing piece in the equal cost multipath support for ospfd.Claudio Jeker
2007-07-23when multipath routes exist, display them in ospfctl sh fib output.Pierre-Yves Ritschard
2007-06-19add support for mapping route labels to AS-external route tags.Reyk Floeter
2007-06-13Ingnore updates that did not change the route. This enhances the signal toClaudio Jeker
2007-06-12When removeing as-ext LSA initialise the metric to some sane default elseClaudio Jeker
2007-05-22Rework the way how ospfd fetches and tracks interfaces. Try to merge theClaudio Jeker
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-03-27First step to make ospfd equal cost multipath aware.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-25copy mis-aligned routing socket message into a properly aligned struct, soTheo de Raadt
2007-02-24spelling; sthen@spacehopperTheo de Raadt
2007-02-01kr_reload() -- another helper function for reload support. This oneClaudio Jeker
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