summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsalib.c
AgeCommit message (Expand)Author
2005-02-20Unused code deleted.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-13Don't inform us about every ospf_age()Ondrej Filip
2004-06-25A lot of changes:Ondrej Filip
2004-06-07Bugfix in RT calculation.Ondrej Filip
2004-06-06Deleted unused parameters.Ondrej 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-04cleanup in lsupd.c, indenting, "struct proto" removed...Ondrej Filip
2004-06-04hello.c and hello.h cleaned up. No design changes.Ondrej Filip
2004-06-01Patch from Andreas Steinmetz <ast@domdv.de>Ondrej Filip
2003-08-26Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com>Ondrej Filip
2003-08-23Many spelling mistakes fixed.Ondrej Filip
2002-11-13ABS should be a macro.Martin Mares
2002-04-03Small typo fixed.Ondrej Filip
2002-03-04New trace added.Ondrej Filip
2000-09-04Serious bug in ext lsa origination found. Going for 1.0.4.Ondrej Filip
2000-06-08Nasty bug in LSA refreshing. I didn't refesh my own copy! :-(Ondrej Filip
2000-06-08Missing parameters...Martin Mares
2000-06-08Better algoritmus of LSA aging.Ondrej Filip
2000-06-08I mark all LSA as in distance INFINITY in process of aging.Ondrej Filip
2000-06-08Doc in lsalib.c + related minor changes.Ondrej Filip
2000-06-06Tracing.Ondrej Filip
2000-06-06All die() renamed to bug().Ondrej Filip
2000-06-05First calculate checksum and then send refreshed LSA!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-04Install newer lsa even if nothing in its body change.Ondrej Filip
2000-06-02Better LSA Aging.Ondrej Filip
2000-06-01Calculate checksum when reflooding (after min ls_refresh).Ondrej Filip
2000-06-01Very stuping bug. (I took me 4 hours to find it!)Ondrej Filip
2000-05-31And finally, Premature aging works. :-)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-30Reflood your old lsa.Ondrej Filip
2000-05-30Don't run rt calculation twice.Ondrej Filip
2000-05-30Bug in lsa comparision.Ondrej Filip
2000-05-30Yeah, the endianity bug found.Ondrej Filip
2000-05-17Typo in comment.Ondrej Filip
2000-05-10Bugfix in ip_addr endianity.Ondrej Filip
2000-05-09Flushing of old LSAs added.Ondrej Filip
2000-05-04Bugfix in Network lsa originatingOndrej 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-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-04LSupdate processing improved. Now there is some bug in hashing. :-(Ondrej Filip