summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2007-10-01fix alot of whitespace problems...Esben Norby
2007-09-30When printing the config always include the interface IP address.Claudio Jeker
2007-09-28spacesClaudio Jeker
2007-09-28Cleanup some #includes plus some minor other cleanup. OK norby@Claudio Jeker
2007-09-25Last missing piece in the equal cost multipath support for ospfd.Claudio Jeker
2007-09-18Correctly track the E-bit of router LSA on config reloads. If redistributionClaudio Jeker
2007-09-16Change the way nexthops are calculated on the root level. Instead of lookingClaudio Jeker
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-09-12Another parser.y that switches to parse numbers directly in the lexer.Claudio Jeker
2007-09-12tweak previous;Jason McIntyre
2007-09-11Switch some more baudrates to 64 bit and initialize iface->baudrate.Claudio Jeker
2007-09-11Improve the ospfd(8) manpage.Esben Norby
2007-08-06Fix two issues in the RIB calculation. First rt_nexthop_add() should notClaudio Jeker
2007-07-25Don't fatal if the imsg pipe is closed, this is often triggered in the parentClaudio Jeker
2007-07-24make imsg_create use dynamic buffers.Pierre-Yves Ritschard
2007-07-23when multipath routes exist, display them in ospfctl sh fib output.Pierre-Yves Ritschard
2007-07-11make the demote count argument optional as advertised in the man page.Pierre-Yves Ritschard
2007-06-19add support for mapping route labels to AS-external route tags.Reyk Floeter
2007-06-19Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers inPierre-Yves Ritschard
2007-06-13NBR_ACT_HELLO_CHK was missing in the nbr_action_names list.Claudio Jeker
2007-06-13Don't RB_REMOVE() vertices in area_del() this will be done by vertex_free().Claudio Jeker
2007-06-13Ingnore updates that did not change the route. This enhances the signal toClaudio Jeker
2007-06-12When calculating as_ext routes only respect the connected flag for rt_nodesClaudio Jeker
2007-06-12When removeing as-ext LSA initialise the metric to some sane default elseClaudio Jeker
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31Document demotion counters. With help from jmc@Claudio Jeker
2007-05-31automaticaly -> automaticallyJason McIntyre
2007-05-29Demote support for ospfd. It is possible to specify a demote group onClaudio Jeker
2007-05-22Rework the way how ospfd fetches and tracks interfaces. Try to merge theClaudio Jeker
2007-05-10transposition; ok jmc@Kevin Steves
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