summaryrefslogtreecommitdiffstats
path: root/proto/ospf
AgeCommit message (Expand)Author
2000-04-05LSA flooding done.Ondrej Filip
2000-04-05Small clean up. (Duplicate #defines.)Ondrej Filip
2000-04-05"Bug in hashing" fixed. Ehm it was bug in lsrql node removing.Ondrej Filip
2000-04-04LSupdate processing improved. Now there is some bug in hashing. :-(Ondrej Filip
2000-04-04Flooding work continues.Ondrej Filip
2000-04-04Minor change in area list. Now I use MJ's lists.Ondrej Filip
2000-04-02Work on lsupdates continues. Some checksum cleanup.Ondrej Filip
2000-04-02lsa_cmp moved into lsalib.cOndrej Filip
2000-04-01LSA checksum works. But it's very uneficient on little endian systems.Ondrej Filip
2000-04-01Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-03-31Checksum changes. Bug is still NOT fixed. :-(Ondrej Filip
2000-03-31Some bug fixes. LSA checksum is still bad. I'll fix it later.Ondrej Filip
2000-03-31Sending of lspd as responce to lsreq done.Ondrej Filip
2000-03-30LSA structure changes. (Len added.)Ondrej Filip
2000-03-30Skeleton structures and files added.Ondrej Filip
2000-03-30Add hashing to link state request list.Ondrej Filip
2000-03-30Minor changes.Ondrej Filip
2000-03-30Better list manipulation.Ondrej Filip
2000-03-30LSreq initial work.Ondrej Filip
2000-03-29Slave bug fix.Ondrej Filip
2000-03-29Many changes in dbdes sending & receiving. EXDONE caused.Ondrej Filip
2000-03-29RXMT timer handling bug fix.Ondrej Filip
2000-03-29Some FIXME added.Ondrej Filip
2000-03-29Sending of DBdes bug fixed.Ondrej Filip
2000-03-29IMMS reverted to bits. Outgoing packets dumping added.Ondrej Filip
2000-03-29DBdes sending/receiving changes.Ondrej Filip
2000-03-09LSA DB is completely redesigned. Now it should be faster and it needsOndrej Filip
2000-03-08Sending of DBDes. (Checksum and length calculation NOT done.)Ondrej Filip
2000-02-25Router LSA & area adding.Ondrej Filip
2000-02-25Memory allocation in ospf_area changed.Ondrej Filip
2000-02-24Area work and router LSA starts when interface goes up.Ondrej Filip
2000-02-24Small change for debugging.Ondrej Filip
2000-02-24Structures for router LSA added.Ondrej Filip
2000-02-24Better debugging.Ondrej Filip
2000-02-24Better debuging.Ondrej Filip
2000-02-08Hash table structure redesigned.Ondrej Filip
2000-02-08Other LS struct added.Ondrej Filip
2000-02-08LSA type changed from u16 to u8.Ondrej Filip
2000-02-08Malloc() changed to cfg_alloc().Ondrej Filip
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-05Preparing for building LS databaze. Huh, why is it so complicated? :-(Ondrej Filip
1999-11-30Inicialisation of Topology Graph (TG).Ondrej Filip
1999-11-17ospf.c and ospc.h splitted into various files.Ondrej Filip
1999-11-17Another bugfix. (In EXCHANGE state.)Ondrej Filip
1999-11-17Fixed bug receiving dbdes packets in EXSTART state.Ondrej Filip
1999-11-10Sending DBDES packet in EXSTART done.Ondrej Filip
1999-11-10Added LSA hashing table (parts of code stolen from rt-fib.c, butMartin Mares
1999-11-03Working on db des receiving.Ondrej Filip
1999-10-19Minor changes and bug fixes. Preparing for Exchange and higher states.Ondrej Filip
1999-10-18Huge changes. Neighbor and interface state machines rewritten.Ondrej Filip