]> git.ipfire.org Git - thirdparty/bird.git/history - proto/ospf/ospf.h
Fix configure to enable warnings and fix most of them.
[thirdparty/bird.git] / proto / ospf / ospf.h
2010-02-21  Ondrej ZajicekFix configure to enable warnings and fix most of them.
2010-02-08  Ondrej ZajicekShows source (Router ID) for OSPF routes and adds such...
2010-01-07  Ondrej ZajicekDebugging change leaked to repository.
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-14  Ondrej ZajicekImplements route reload for OSPF.
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-11  Ondrej ZajicekImplements protocol-specific Router ID for OSPF.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-10-29  Ondrej ZajicekImplements better checks on incoming packets and LSAs...
2009-10-15  Ondrej ZajicekImplement command to show LSA db.
2009-10-14  Ondrej ZajicekReimplements 'show ospf state' for OSPFv3 and fixes...
2009-09-08  Ondrej ZajicekMake endianity swapping simpler.
2009-09-08  Ondrej ZajicekTemporary OSPFv3 development commit.
2009-09-04  Ondrej ZajicekTemporary OSPFv3 development commit (changing multicast...
2009-08-27  Ondrej ZajicekSome cleanups.
2009-08-27  Ondrej ZajicekTemporary OSPFv3 development commit
2009-08-25  Ondrej ZajicekTemporary OSPFv3 development commit
2009-08-21  Ondrej ZajicekTemporary OSPFv3 development commit
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-06  Ondrej ZajicekMerge branch 'master' into dev
2009-07-05  Ondrej ZajicekFixes OSPF on big-endians.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-11  Ondrej ZajicekImplements an option that allows to change a set of...
2009-06-10  Ondrej ZajicekChanges OSPF to generate stub networks for non-primary...
2009-04-08  Ondrej ZajicekFixes broken cryptographic authentication in OSPF
2009-04-06  Ondrej ZajicekBetter OSPF packet tracing log messages.
2005-03-15  Ondrej FilipAdded new parametr 'rx buffer <num>'. BIRD is able...
2005-03-15  Ondrej FilipMaximal packet size in virtual links is 576.
2005-03-14  Ondrej FilipOSPF can accept larger packets than MTU.
2005-02-20  Ondrej FilipSince now I can also use 'dead interval', not just...
2005-02-18  Ondrej FilipMinor bugfix: Summary LSA for aggregated area was alway...
2005-02-12  Ondrej FilipBugfix - cost of interface can be larger than 0xffff
2004-07-16  Ondrej FilipAdded handling of STUB bool.
2004-07-15  Ondrej FilipHuge OSPF database redesign. Since now, all LSAs of...
2004-07-14  Ondrej FilipMultiple OSPF areas can be attached.
2004-07-13  Ondrej FilipDefault tick = 1. The today's CPU is fast enough.
2004-07-13  Ondrej FilipBugfix - options bits were not included in LSAs
2004-06-26  Ondrej FilipMd5 authentification added (unsested).
2004-06-25  Ondrej FilipA lot of changes:
2004-06-11  Ondrej FilipBetter routing table calculation. We are ready to work...
2004-06-09  Ondrej FilipBetter checking of configuration.
2004-06-06  Ondrej FilipSmall cleanup, indentation and preparation for multiple...
2004-06-06  Ondrej FilipIndentation.
2004-06-06  Ondrej FilipIndentation.
2004-06-06  Ondrej FilipStruct area_net changed.
2004-06-06  Ondrej FilipCleanup in iface.c
2004-06-04  Ondrej Filiplsack.c cleaned. Better names for functions and
2004-06-04  Ondrej Filiphello.c and hello.h cleaned up. No design changes.
2004-06-01  Ondrej FilipPatch from Andreas Steinmetz <ast@domdv.de>
2004-05-31  Martin Maresstatic declarations don't belong to includes. (And...
2004-05-31  Martin MaresThe OSPF authentication type was sent in host byte...
2003-08-26  Ondrej FilipEndian-related bug fixes sent by Krzysztof Szuster...
2001-08-12  Ondrej FilipArea networks added into configuration.
2001-08-11  Ondrej FilipI will not originate the same lsa before MINLSINTERVAL.
2000-09-04  Ondrej FilipI allocate struct ifa before unlocking. So route export...
2000-09-03  Ondrej FilipSerious bug in ext lsa origination found. Going for...
2000-09-02  Ondrej FilipAdded stub interface. (Interface which is propagated...
2000-09-02  Ondrej FilipAdded hellos on NBMA networks. (I don't violate RFC...
2000-06-08  Ondrej FilipEhm, my (B)DR election was based on router id, but...
2000-06-07  Ondrej FilipBetter algoritmus of LSA aging.
2000-06-07  Ondrej FilipRemoved some FIXMEs simply deleting them.
2000-06-07  Ondrej FilipDoc in neighbor.c and some tiny changes related to.
2000-06-07  Ondrej FilipA copyright change.
2000-06-07  Ondrej Filip#define SIZE_OF_IP_HEADER
2000-06-06  Ondrej FilipFirst part of tracing.
2000-06-06  Ondrej FilipSimple autentication added.
2000-06-06  Ondrej FilipInterface locks added.
2000-06-05  Ondrej FilipNBMA networks should work now.
2000-06-05  Ondrej FilipBugfix in NET LSA flushing.
2000-06-05  Ondrej FilipMany bugfixes (I don't remember all of them):
2000-06-03  Ondrej FilipMore conf. items defined.
2000-06-03  Ondrej Filipinterface {} added.
2000-06-02  Ondrej Filiparea {} added to config.
2000-06-02  Ondrej FilipFirst option into config added. :-)
2000-06-01  Ondrej FilipAdded show ospf interface.
2000-06-01  Ondrej Filipshow ospf implemented.
2000-06-01  Ondrej FilipCisco-like "show ospf neighbors" implemented.
2000-05-31  Ondrej FilipSort cleanup in aging.
2000-05-31  Ondrej FilipLSArt origination and routing table calculation is...
2000-05-30  Martin MaresRoute attributes for OSPF.
2000-05-30  Ondrej FilipAging delta changed. (Ehm, aging is very dirty I'll...
2000-05-27  Ondrej FilipOriginating of external LSA.
2000-05-26  Ondrej FilipImport control implemented.
2000-05-17  Ondrej Filiprte_same implemented.
2000-05-17  Ondrej Filiprte_better implemented.
2000-05-10  Ondrej FilipChange u32 to ip_addr in ext lsa.
2000-05-10  Ondrej FilipCalculation of external routes.
2000-05-09  Ondrej FilipMany bugfixes. (I added one entry twice to slist.)
2000-05-08  Ondrej FilipDo not stop lsrr_timer in FULL state. Use it for retran...
2000-05-08  Ondrej FilipSome changes in debugging.
2000-05-04  Ondrej FilipBugfix in Network lsa originating
2000-05-03  Ondrej FilipBetter rt and net originating.
2000-05-02  Ondrej FilipOriginating of network LSA.
2000-05-02  Ondrej FilipAdding InfTransDelay for outgoing lsa.
2000-05-02  Ondrej FilipAging of lsa database added.
2000-04-30  Ondrej FilipMany small changes and bug fixes. Routing table calcula...
2000-04-30  Ondrej FilipSync with nest's rt table and some minor improvements.
2000-04-30  Ondrej FilipRT calculation strongly simplified. Now, I don't need any
2000-04-26  Ondrej FilipRouting table calculation. Dijkstra done.
next