summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2005-06-13add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simplyClaudio Jeker
2005-06-13start hello timer even if in state IF_STA_WAITING (this makes the startup muchClaudio Jeker
2005-06-13simplify the fsm by moving all the checks that are done if the state changedClaudio Jeker
2005-06-13Passive interfaces belong to the area and should be announced as stubClaudio Jeker
2005-06-13Compare neighbor address with DR/BDR from the hello packet and not withClaudio Jeker
2005-05-31add -nv to SYNOPSIS;Jason McIntyre
2005-05-28Fix confusing typo.Esben Norby
2005-05-27When the neighbor at the other end of the virtual link goes to stateEsben Norby
2005-05-27Set the V-bit when originating virtual links in router LSAs.Esben Norby
2005-05-27Virtual link support, originate virtual links in router LSAs.Esben Norby
2005-05-27Virtual link support.Esben Norby
2005-05-27Virtual link support.Esben Norby
2005-05-27Virtual link support.Esben Norby
2005-05-27Fix a access after free on shutdown. OK norby@Claudio Jeker
2005-05-27Clearify.Esben Norby
2005-05-27Initial virtual link support.Esben Norby
2005-05-27Nasty bug!Esben Norby
2005-05-27Virtual link support.Esben Norby
2005-05-27Preparations for virtual link support.Esben Norby
2005-05-27Preparation for upcoming virtual link support.Esben Norby
2005-05-27While calculating the routing table don't ignore all routes with a cost ofClaudio Jeker
2005-05-27Only checking if w->cost is non equal to LS_INFINITY and w->prev is NULL isClaudio Jeker
2005-05-27Fix nexthop calculation by setting w->prev before calling calc_next_hop().Claudio Jeker
2005-05-26Unnecessary ()Claudio Jeker
2005-05-26Remove annoying spf_calc debug line.Esben Norby
2005-05-26Remove route update debugging messages.Esben Norby
2005-05-26Disable cand_list_dump and spf_dump by default.Esben Norby
2005-05-26More usable debug output when originating router lsas.Esben Norby
2005-05-26Another unneeded debug message.Esben Norby
2005-05-26Unwanted.Esben Norby
2005-05-26Make interface election less verbose.Esben Norby
2005-05-26Remove unneeded debugging messages from rde imsg handling.Esben Norby
2005-05-26Remove unused event/action caption.Esben Norby
2005-05-26Remove unneeded debugging messages from ospfe imsg handling.Esben Norby
2005-05-26Cleanup.Esben Norby
2005-05-26Remove unused neighbor state.Esben Norby
2005-05-26Remove unneeded debug stuff when handling neighbors.Esben Norby
2005-05-26Remove unneeded debugging stuff when handling LS updates.Esben Norby
2005-05-26Remove unneeded debug messages from LS request.Esben Norby
2005-05-26Remove unneeded debugging stuff when handling LS ack.Esben Norby
2005-05-26Simplify and cleanup passive interface handling.Esben Norby
2005-05-26Remove a lot of unneeded debug output during the database change.Esben Norby
2005-05-26kill area debugging stuff.Esben Norby
2005-05-26Support dumping the configuration the way bgpd(8) does it.Esben Norby
2005-05-26Remove unused variable.Esben Norby
2005-05-25spellingEsben Norby
2005-05-25spellingEsben Norby
2005-05-25spellingEsben Norby
2005-05-25typo in define. Found by David Krause.Claudio Jeker
2005-05-25spellingDavid Krause