summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
AgeCommit message (Expand)Author
2005-02-20Since now I can also use 'dead interval', not just 'dead counter'.Ondrej Filip
2005-02-14Small changes to reduce number of warnings.Ondrej Filip
2005-02-14Many bugfixes in routing table calculation and summary LSA origination.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-06Deleted unused parameters.Ondrej Filip
2004-06-06Small cleanup, indentation and preparation for multiple areas routing table c...Ondrej Filip
2004-06-06Indentation.Ondrej Filip
2004-06-06Struct area_net changed.Ondrej Filip
2004-06-06Cleanup in iface.cOndrej Filip
2004-06-05One less unused variable.Martin Mares
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-04Don't repeat "Sheduling rt calc....."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
2004-05-31static declarations don't belong to includes. (And most of them wereMartin Mares
2004-05-31The code was broken for external /29 to /32 routes. Assuming that youMartin Mares
2003-08-23Many spelling mistakes fixed.Ondrej Filip
2002-03-04Age LSA DB after LSA origination and before routing table calculation.Ondrej Filip
2001-08-19Fix %<something>I format strings.Martin Mares
2001-08-12Area networks added into configuration.Ondrej Filip
2001-08-11I will not originate the same lsa before MINLSINTERVAL.Ondrej Filip
2000-09-04Fixed many bugs in rt calculation and interface adding. Now it seems to beOndrej Filip
2000-09-04I allocate struct ifa before unlocking. So route exported to OSPF are correct.Ondrej Filip
2000-09-04Serious bug in ext lsa origination found. Going for 1.0.4.Ondrej Filip
2000-09-02Added stub interface. (Interface which is propagated to OSPF butOndrej Filip
2000-09-02Reconfigure poll interval.Ondrej Filip
2000-09-02Reconfiguration for new options.Ondrej Filip
2000-08-16Typo in rte_better.Ondrej Filip
2000-08-16Bug in rte_better.Ondrej Filip
2000-06-08Missing parameters...Martin Mares
2000-06-08Fixes for the programmer's manual.Martin Mares
2000-06-08Better algoritmus of LSA aging.Ondrej Filip
2000-06-08Simple explanation, how LSA are kept in database.Ondrej Filip
2000-06-08DocOndrej Filip
2000-06-07Doc in neighbor.c and some tiny changes related to.Ondrej Filip
2000-06-07DocOndrej Filip
2000-06-07Introdution into OSPF.Ondrej Filip
2000-06-07Now I can change cost of interface without OSPF restart.Ondrej Filip
2000-06-07Removed useless trace.Ondrej Filip
2000-06-07Reconfiguration hook.Ondrej Filip
2000-06-06Some '\n' deleted.Ondrej Filip
2000-06-06Tracing in topologyOndrej Filip
2000-06-06First part of tracing.Ondrej Filip
2000-06-06Allocate OSPF areas before interfaces.Ondrej Filip