summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/rde_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Don't let /32 DT_NET routes override DT_RTR routes. This should helpclaudio2005-06-271-18/+19
* typo by claudioderaadt2005-06-261-2/+2
* Don't htonl() something that is already in network byte order. AS-Ext routesclaudio2005-06-261-2/+2
* Fix confusing typo.norby2005-05-281-2/+2
* While calculating the routing table don't ignore all routes with a cost ofclaudio2005-05-271-6/+5
* Only checking if w->cost is non equal to LS_INFINITY and w->prev is NULL isclaudio2005-05-271-3/+4
* Fix nexthop calculation by setting w->prev before calling calc_next_hop().claudio2005-05-271-7/+3
* Remove annoying spf_calc debug line.norby2005-05-261-2/+1
* Remove route update debugging messages.norby2005-05-261-6/+1
* Disable cand_list_dump and spf_dump by default.norby2005-05-261-3/+3
* Unwanted.norby2005-05-261-3/+1
* Fix some obvious issues in the summary LSA origination.claudio2005-05-241-1/+4
* First part of summary LSA origination. Not perfect but a start.claudio2005-05-231-3/+5
* Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the samenorby2005-05-231-23/+1
* Handle cost2 for AS-external, and prepare for handling flags innorby2005-05-221-21/+37
* Calculate routes for summary and as-external LSA. Still some minor partsclaudio2005-05-121-15/+102
* lsa_age() the vertex befor comparing the age with MAX_AGE.claudio2005-05-121-6/+6
* Don't fatal in case no root node was found for spf calculation.claudio2005-05-121-2/+4
* Fix a stupid typo in the #if 0 block in spf_calc() and start using that codeclaudio2005-05-051-4/+2
* prefixlen2mask() should return a network byte order result as it does implyclaudio2005-03-231-2/+1
* Remove bool cruft.norby2005-03-221-18/+18
* Fix an access after free. It is not allowed to use a RB_REMOVE inside of aclaudio2005-03-171-3/+5
* Add "show summary" to ospfctl.norby2005-03-141-2/+3
* Add "show rib" and "show rib detail" to ospfctl.norby2005-03-121-20/+81
* Small K&F.norby2005-03-121-4/+4
* Remove no longer valid route entries.norby2005-03-081-22/+87
* Calculate the nexthop correctly if the calculating router hasnorby2005-03-021-13/+15
* SPF and route table calculation.norby2005-02-271-0/+715