summaryrefslogtreecommitdiffstats
path: root/proto/ospf
AgeCommit message (Collapse)Author
2004-05-31The code was broken for external /29 to /32 routes. Assuming that youMartin Mares
have one machine publishing a route to 10.1.1.3/32 and another one publishing a route to 10.1.1.4/32. If the first machine went down the route to 10.1.1.4/32 was wrongly killed by the old code, leading either to missing routes or worse to bug()s like "Router parent does not have next hop" or just segfaults. The patch fixes this but in the long term a redesign is required here. Note that the patch doesn't worse the situation, instead it prevents the problems stated. The redesign is required to handle multiple routes to small subnets properly. (by Andreas) Feela, I think that this is at least a good temporary fix, but it's of course up to you to decide.
2004-05-31The OSPF authentication type was sent in host byte order instead of ofMartin Mares
network byte order thus breaking interoperability with other routing daemons on litte endian machines. The patch fixes this but note that this breaks compatability with older bird installations using OSPF and password authentication (Andreas)
2004-05-31Useless include deleted.Ondrej Filip
2004-05-31Minor bug fix in neighbor state machine.Ondrej Filip
2004-05-31Minor bug in configuration.Ondrej Filip
2004-05-19Bug in DBDES receiving fixed.Ondrej Filip
2003-09-30OSPF was not able to be built stand-alone.Ondrej Filip
2003-09-14Endianity problem fixed. Thanx to Sörös JózsefOndrej Filip
2003-09-03This prevents infinite loop when bird has more that 60 neighbors. Thanks to ↵Ondrej Filip
Rani Assaf
2003-08-26Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com>Ondrej Filip
2003-08-23Minor OSPF changes for faster startup.Ondrej Filip
2003-08-23Many spelling mistakes fixed.Ondrej Filip
Thanks you Harry Moyes.
2002-11-13ABS should be a macro.Martin Mares
2002-04-03Small typo fixed.Ondrej Filip
2002-03-04Age LSA DB after LSA origination and before routing table calculation.Ondrej Filip
2002-03-04New trace added.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-21Useless trace.Ondrej Filip
2001-08-21Hope, bug in next hop calculation for stub routes fixed.Ondrej Filip
2001-08-19Fix %<something>I format strings.Martin Mares
2001-08-12Area networks added into configuration.Ondrej Filip
2001-08-11Changed definition of stub area.Ondrej Filip
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
2001-06-12Install route into main routing table just if it's necessary.Ondrej Filip
2001-06-09Added comments.Ondrej Filip
2001-06-09Bug in next-hop calculation fixed. (For dual connected neighbors.)Ondrej Filip
2001-04-09Patch from David Rohleder <davro@ics.muni.cz> thanx.Ondrej Filip
2000-12-14Hmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-(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
OK, I'm going to advertise 1.0.4.
2000-09-04I allocate struct ifa before unlocking. So route exported to OSPF are correct.Ondrej Filip
I work also with interfaces that have some problems with socket opening. I declare them as stub.
2000-09-04Serious bug in ext lsa origination found. Going for 1.0.4.Ondrej Filip
2000-09-03Log some unusual situation.Ondrej Filip
2000-09-02Added stub interface. (Interface which is propagated to OSPF butOndrej Filip
it does not sends nor listens packets.) I added some new options, please look at it and look into doc if it's OK.
2000-09-02Reconfigure poll interval.Ondrej Filip
2000-09-02Reconfiguration for new options.Ondrej Filip
2000-09-02Added hellos on NBMA networks. (I don't violate RFC now.)Ondrej Filip
2000-08-28Bugfix in ext lsa importing.Ondrej Filip
2000-08-18Typo.Ondrej Filip
2000-08-18Fixed bug in nex hop calculation of external routes.Ondrej Filip
2000-08-18Just formatting.Ondrej Filip
2000-08-17Stupid bug in next hop calculation of external routes.Ondrej Filip
2000-08-16Typo in rte_better.Ondrej Filip
2000-08-16My calculation of external routes violated rfc. :-(Ondrej Filip
2000-08-16Bug in rte_better.Ondrej Filip
2000-06-19Routing table calculation clean up.Ondrej Filip
2000-06-13Bugfix in logging.Ondrej Filip