summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.c
AgeCommit message (Expand)Author
2008-10-26Bugfix in LSA origination for PTP OSPF links.Ondrej Zajicek
2008-08-25Expand ospf dump information.Ondrej Filip
2005-02-20Cleanup - all unused variables deleted.Ondrej Filip
2005-02-20Originate default route into stub areas.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-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-14Add more reasonable options to LSAs. (But it seems, that it's ignored.)Ondrej Filip
2004-07-13Bugfix - nasty bug in router LSA origination - Router did not describe all in...Ondrej Filip
2004-07-13Bugfix - options bits were not included in LSAsOndrej Filip
2004-06-25A lot of changes: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-06Keep al lSAs invalidated.Ondrej Filip
2004-06-06Small cleanup, indentation and preparation for multiple areas routing table c...Ondrej Filip
2004-06-06Cleanup in iface.cOndrej Filip
2004-06-05Staticized lots of local functions.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-01Patch from Andreas Steinmetz <ast@domdv.de>Ondrej Filip
2004-06-01Documented the pxlen parameter.Martin 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
2001-08-21Useless trace.Ondrej Filip
2001-08-19Fix %<something>I format strings.Martin Mares
2001-08-11Bugfix in B-bit setting in router LSA.Ondrej Filip
2001-08-11I will not originate the same lsa before MINLSINTERVAL.Ondrej Filip
2000-09-04Serious bug in ext lsa origination found. Going for 1.0.4.Ondrej Filip
2000-08-28Bugfix in ext lsa importing.Ondrej Filip
2000-06-08HASH_DEF_ORDER back to 6.Ondrej Filip
2000-06-08Doc in lsalib.c + related minor changes.Ondrej Filip
2000-06-07Removed some FIXMEs simply deleting them.Ondrej Filip
2000-06-07Doc in neighbor.c and some tiny changes related to.Ondrej Filip
2000-06-06Tracing in topologyOndrej Filip
2000-06-06Allocate OSPF areas before interfaces.Ondrej Filip
2000-06-05Bugfix in NET LSA flushing.Ondrej Filip
2000-06-05PTP link in RTLSA was not announced correctly.Ondrej Filip
2000-06-05Unless a filter specifies otherwise, all external routes have type 2Martin Mares
2000-06-05Bug in LSA origination.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-04Many bugs in ext lsa origination.Ondrej Filip
2000-05-31Stuping bug in net LSA origination. Now, I should surviveOndrej 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-31Handle better next hop in external LSA.Ondrej Filip
2000-05-30Route attributes for OSPF.Martin Mares
2000-05-30You can decide if add LSA into lsrth during flood_lsa().Ondrej Filip
2000-05-27Better shutdown. (Flush my own router LSA and send 1WAY to every neighbor.)Ondrej Filip