summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.c
AgeCommit message (Collapse)Author
2008-10-26Missing newline.Ondrej Zajicek
2005-02-14Small changes to reduce number of warnings.Ondrej Filip
2004-07-15Huge OSPF database redesign. Since now, all LSAs of all areasOndrej Filip
are in single database. This avoids duplication of external LSAs and fixes bug in external LSA distribution.
2004-07-14Multiple OSPF areas can be attached.Ondrej Filip
Origination of summary LSA works. Routing table calculation works. Virtual links works. Well, I hope, OSPF is fully compatible with RFC2328!!!!
2004-06-26Md5 authentification added (unsested).Ondrej Filip
Packet receiving clean up.
2004-06-25A lot of changes:Ondrej Filip
- metric is 3 byte long now - summary lsa originating - more OSPF areas possible - virtual links - better E1/E2 routes handling - some bug fixes.. I have to do: - md5 auth (last mandatory item from rfc2328) - !!!!DEBUG!!!!! (mainly virtual link system has probably a lot of bugs) - 2328 appendig E
2004-06-06Cleanup in packet.c. Deleted unused parameters.Ondrej Filip
2004-06-06Deleted unused parameters.Ondrej Filip
2004-06-06Small cleanup, indentation and preparation for multiple areas routing table ↵Ondrej Filip
calculation.
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-04'struct proto' removedOndrej Filip
Finally, I found the bug reported by Andreas Steinmetz. FIXED.
2004-06-04lsreq.c indented and small 'struct proto' changes.Ondrej Filip
2004-06-04Deleted useles "struct proto" sending.Ondrej Filip
2004-06-04lsack.c cleaned. Better names for functions andOndrej Filip
DIRECT acks can be sent in one packet now.
2004-06-04Small reversing of previous patch.Ondrej Filip
2004-06-04Code and comments cleanup.Ondrej 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
2003-08-23Many spelling mistakes fixed.Ondrej Filip
Thanks you Harry Moyes.
2000-12-14Hmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-(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-06-08Acknoledge your own premature aged LSA.Ondrej Filip
2000-06-08Doc in lsalib.c + related minor changes.Ondrej Filip
2000-06-07Avoid SEGV's in tracing.Martin Mares
2000-06-06Tracing in LSUPD.Ondrej Filip
2000-06-06NBMA networks seems to work, but this should be better. :-)Ondrej Filip
2000-06-05Reset inactim timer if you receive any packet from neighbor.Ondrej Filip
2000-06-05Better checksum checking.Ondrej Filip
2000-06-05Many bugfixes (I don't remember all of them):Ondrej Filip
Added link ID calculation for external routes with same prefix but different mask. Bugfix in NET lsa origination. Bugfix in NET hashing. Bugfix in LSA installing.
2000-06-04One more newline less... :)Martin Mares
2000-06-04Removed lots of trailing newlines in log messages.Martin Mares
Please note that the only calls which don't add newlines automatically (i.e., don't print a full line of output) are debug() and DBG().
2000-06-04Schedule RT calcualtion if you delete LSA by premature aging.Ondrej Filip
2000-06-03interface {} added.Ondrej Filip
2000-06-02area {} added to config.Ondrej Filip
2000-06-02Flush LSA when receive aged one.Ondrej Filip
2000-06-02Bugfix in receiving of aged LSA.Ondrej Filip
2000-06-02Speedup loading process.Ondrej Filip
2000-06-01Cleanup.Ondrej Filip
2000-05-31And finally, Premature aging works. :-)Ondrej Filip
2000-05-31Another step to make premature aging better.Ondrej Filip
2000-05-31Warning destroyed. :-)Ondrej Filip
2000-05-31Flood my LSA (if exists) after old one is flushed.Ondrej Filip
2000-05-30Stupig bug in debugging.Ondrej Filip
2000-05-30You can decide if add LSA into lsrth during flood_lsa().Ondrej Filip
2000-05-30Don't send empty LS upd. (And better debugging.)Ondrej Filip
2000-05-30Don't send empty LS update.Ondrej Filip
2000-05-30Bug in direct ack (via update).Ondrej Filip
2000-05-28Kosmetic change in debugging.Ondrej Filip
2000-05-27Better shutdown. (Flush my own router LSA and send 1WAY to every neighbor.)Ondrej Filip
Ext LSA originating and flushing added.