summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
AgeCommit message (Expand)Author
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
2000-06-06Dummy reconfigure added.Ondrej Filip
2000-06-05Bugfix in NET LSA flushing.Ondrej Filip
2000-06-05Unless a filter specifies otherwise, all external routes have type 2Martin Mares
2000-06-05Many bugfixes (I don't remember all of them):Ondrej Filip
2000-06-03interface {} added.Ondrej Filip
2000-06-02area {} added to config.Ondrej Filip
2000-06-02First option into config added. :-)Ondrej Filip
2000-06-02sh interface "iface" dumpped all.Ondrej Filip
2000-06-02Handle "show ospf *" even if protocol is down.Ondrej Filip
2000-06-02Silly bug in sh interface. Now I test ALL interfaces. :-)Ondrej Filip
2000-06-01Added show ospf interface.Ondrej Filip
2000-06-01show ospf implemented.Ondrej Filip
2000-06-01Cisco-like "show ospf neighbors" implemented.Ondrej Filip
2000-06-01Print route tag in hexadecimal and omit it if it's zero.Martin Mares
2000-06-01Print tag unsigned rather then signed.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-30Route attributes for OSPF.Martin Mares
2000-05-30Better shutdown.Ondrej Filip
2000-05-30Better inicialisation.Ondrej Filip