summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
AgeCommit message (Expand)Author
2004-07-14Multiple OSPF areas can be attached.Ondrej Filip
2004-07-13Default tick = 1. The today's CPU is fast enough.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-09Better checking of configuration.Ondrej Filip
2004-06-06Small cleanup, indentation and preparation for multiple areas routing table c...Ondrej Filip
2004-06-06Indentation.Ondrej Filip
2004-06-06Indentation.Ondrej Filip
2004-06-06Struct area_net changed.Ondrej Filip
2004-06-06Cleanup in iface.cOndrej Filip
2004-06-04lsack.c cleaned. Better names for functions andOndrej 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 OSPF authentication type was sent in host byte order instead of ofMartin Mares
2003-08-26Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com>Ondrej Filip
2001-08-12Area networks added into configuration.Ondrej Filip
2001-08-11I will not originate the same lsa before MINLSINTERVAL.Ondrej 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-02Added hellos on NBMA networks. (I don't violate RFC now.)Ondrej Filip
2000-06-08Ehm, my (B)DR election was based on router id, but RFC says ip!Ondrej Filip
2000-06-08Better algoritmus of LSA aging.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-07A copyright change.Ondrej Filip
2000-06-07#define SIZE_OF_IP_HEADEROndrej Filip
2000-06-06First part of tracing.Ondrej Filip
2000-06-06Simple autentication added.Ondrej Filip
2000-06-06Interface locks added.Ondrej Filip
2000-06-06NBMA networks should work now.Ondrej Filip
2000-06-05Bugfix in NET LSA flushing.Ondrej Filip
2000-06-05Many bugfixes (I don't remember all of them):Ondrej Filip
2000-06-03More conf. items defined.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-01Added show ospf interface.Ondrej Filip
2000-06-01show ospf implemented.Ondrej Filip
2000-06-01Cisco-like "show ospf neighbors" implemented.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-30Route attributes for OSPF.Martin Mares
2000-05-30Aging delta changed. (Ehm, aging is very dirty I'll have to change it.)Ondrej Filip
2000-05-27Originating of external LSA.Ondrej Filip
2000-05-26Import control implemented.Ondrej Filip
2000-05-17rte_same implemented.Ondrej Filip