summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.c
AgeCommit message (Expand)Author
2005-02-18Bugfix in previous bugfix.Ondrej Filip
2005-02-18Minor bugfix: Summary LSA for aggregated area was always propagated withOndrej Filip
2005-02-15Minor bugfixes in routing table calsulation.Ondrej Filip
2005-02-14Many bugfixes in routing table calculation and summary LSA origination.Ondrej Filip
2005-02-12Bugfix in inter-area route calculation and summary LSA origination.Ondrej Filip
2004-08-05Bugfix in OSPF - BIRD sometimes failed during rt calculation with VLINKs.Ondrej Filip
2004-07-15Minor bugfix - add interface routes.Ondrej Filip
2004-07-15Minor bugfix in calculation of external routes.Ondrej Filip
2004-07-15Huge OSPF database redesign. Since now, all LSAs of all areasOndrej Filip
2004-07-14Multiple OSPF areas can be attached.Ondrej Filip
2004-07-13Bugfix - options bits were not included in LSAsOndrej Filip
2004-06-26Md5 authentification added (unsested).Ondrej Filip
2004-06-25A lot of changes:Ondrej Filip
2004-06-11Better routing table calculation. We are ready to work withOndrej Filip
2004-06-06Be sure, that ospf_area is aged before routing table calculation.Ondrej Filip
2004-06-06Small cleanup, indentation and preparation for multiple areas routing table c...Ondrej Filip
2004-06-06Indentation.Ondrej Filip
2004-06-05... and a whole bunch of unused parameters and variables in ospf.Martin Mares
2004-06-02Hotfix for router's parent without nexthop.Ondrej Filip
2004-06-01Bugfix in external routes calculation.Ondrej Filip
2003-08-23Many spelling mistakes fixed.Ondrej Filip
2001-12-07Bugfix in router importation.Ondrej Filip
2001-08-21Removed some useless (hope!) code in next hop calculation.Ondrej Filip
2001-08-21Finally, next hop problem fixed.Ondrej Filip
2001-08-21Hope, bug in next hop calculation for stub routes fixed.Ondrej Filip
2001-06-12Install route into main routing table just if it's necessary.Ondrej Filip
2001-06-09Bug in next-hop calculation fixed. (For dual connected neighbors.)Ondrej Filip
2000-11-22Small bugfix in ext routes calculation.Ondrej Filip
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