summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.c
AgeCommit message (Expand)Author
2000-09-04Fixed many bugs in rt calculation and interface adding. Now it seems to beOndrej Filip
2000-09-04Serious bug in ext lsa origination found. Going for 1.0.4.Ondrej Filip
2000-08-18Fixed bug in nex hop calculation of external routes.Ondrej Filip
2000-08-17Stupid bug in next hop calculation of external routes.Ondrej Filip
2000-08-16My calculation of external routes violated rfc. :-(Ondrej Filip
2000-06-19Routing table calculation clean up.Ondrej Filip
2000-06-09Shut up an uninitialized variable warning.Martin Mares
2000-06-08I mark all LSA as in distance INFINITY in process of aging.Ondrej Filip
2000-06-08Doc.Ondrej Filip
2000-06-06Tracing.Ondrej Filip
2000-06-05I calculated next hop of parent instead of actual LSA. :-(Ondrej Filip
2000-06-05Small patch to better hash type=2 LSAs.Ondrej Filip
2000-06-05Many bugfixes (I don't remember all of them):Ondrej Filip
2000-06-04Removed lots of trailing newlines in log messages.Martin Mares
2000-06-04Just to be sure, that rt calculation cannot start beforeorigination of rt LSA.Ondrej Filip
2000-05-31Set E2 metric for internal routes to LSINFINITY.Ondrej Filip
2000-05-31Delete _all_ ext routes from unreachable neighbor.Ondrej Filip
2000-05-31Sort cleanup in aging.Ondrej Filip
2000-05-31LSArt origination and routing table calculation is now not doing soOndrej Filip
2000-05-31Added tagging of external LSA.Ondrej Filip
2000-05-30Better rt dumping.Ondrej Filip
2000-05-28get_route_info() added.Ondrej Filip
2000-05-17Smal debug bugfix.Ondrej Filip
2000-05-17Don't die, if you receive strange LSA.Ondrej Filip
2000-05-17Calculation of external routes finally works.Ondrej Filip
2000-05-17Ehmm, removed 'if(1 || ...' so I can test the second part .Ondrej Filip
2000-05-17Routing table calculation for ext LSAs having next-hop=!0.0.0.0Ondrej Filip
2000-05-12Calculation of external routes works. :-)Ondrej Filip
2000-05-10Calculation of external routes.Ondrej Filip
2000-05-09FIXME's removed by deleting them. :-)Ondrej Filip
2000-05-09Better dumping.Ondrej Filip
2000-05-09Just added declaration of AS Ext routes calculation.Ondrej Filip
2000-05-09Next hop calculation improved. (I ignored stub networks advertised by myOndrej Filip
2000-05-08Use preferences properly.Martin Mares
2000-05-04Bugfix in Network lsa originatingOndrej Filip
2000-05-04Test for "flushing" added.Ondrej Filip
2000-05-04Cleanup of code. Some arguments of functions were useless.Ondrej Filip
2000-05-03Aging of lsa database added.Ondrej Filip
2000-05-02Route calculation for stub networks.Ondrej Filip
2000-05-01Many small changes and bug fixes. Routing table calculation works.Ondrej Filip
2000-04-30Sync with nest's rt table and some minor improvements.Ondrej Filip
2000-04-30RT calculation strongly simplified. Now, I don't need anyOndrej Filip
2000-04-29Calculating of nexts hop(s) added.Ondrej Filip
2000-04-26Stub networks done.Ondrej Filip
2000-04-26Nets are used before routers.Ondrej Filip
2000-04-26Routing table calculation. Dijkstra done.Ondrej Filip