Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | Fixes a bug in LSA flooding. | Ondrej Zajicek | |
LSAs are sometimes prematurely removed from LS retransmission lists. | |||
2010-03-11 | Temoporary OSPF commit - socket changes. | Ondrej Zajicek | |
2010-02-11 | Temporary OSPF commit - socket changes. | Ondrej Zajicek | |
2009-12-14 | Minor updates. | Ondrej Zajicek | |
2009-12-03 | Fixes some log messages. | Ondrej Zajicek | |
2009-12-03 | Minor fix in LSA update. | Ondrej Zajicek | |
2009-10-29 | Implements better checks on incoming packets and LSAs in OSPF. | Ondrej Zajicek | |
2009-09-04 | Temporary OSPFv3 development commit (changing multicast support). | Ondrej Zajicek | |
2009-08-25 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-21 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-07-23 | Use %R in OSPF when appropriate. | Ondrej Zajicek | |
2009-07-05 | Another pile of ipa_from_u32() calls. | Ondrej Zajicek | |
2009-07-05 | Fixes type mismatch in OSPF printf statements. | Ondrej Zajicek | |
Mixing ip_addr and u32 does bad things on Ultrasparc. Although both have the same size. Fascinating. It was not catched by compiler because of varargs. | |||
2009-04-06 | Better OSPF packet tracing log messages. | Ondrej Zajicek | |
Replaces old OSPF packet tracing messages with uniform messages with packet dumps. | |||
2004-07-15 | Huge OSPF database redesign. Since now, all LSAs of all areas | Ondrej Filip | |
are in single database. This avoids duplication of external LSAs and fixes bug in external LSA distribution. | |||
2004-06-26 | Md5 authentification added (unsested). | Ondrej Filip | |
Packet receiving clean up. | |||
2004-06-25 | A 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-06 | Cleanup in packet.c. Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Indentation. | Ondrej Filip | |
2004-06-05 | ... and a whole bunch of unused parameters and variables in ospf. | Martin Mares | |
2004-06-04 | 'struct proto' removed | Ondrej Filip | |
Finally, I found the bug reported by Andreas Steinmetz. FIXED. | |||
2004-06-04 | Deleted useles "struct proto" sending. | Ondrej Filip | |
2004-06-04 | Better log() usage. | Ondrej Filip | |
2004-06-04 | Indented. No other change. | Ondrej Filip | |
2004-06-04 | lsack.c cleaned. Better names for functions and | Ondrej Filip | |
DIRECT acks can be sent in one packet now. | |||
2004-06-04 | ackd_timer_hook moded to neighbor.c | Ondrej Filip | |
2004-06-01 | Patch from Andreas Steinmetz <ast@domdv.de> | Ondrej Filip | |
2000-06-08 | Doc | Ondrej Filip | |
2000-06-06 | Tracing in LS ack. | Ondrej Filip | |
2000-06-06 | NBMA networks seems to work, but this should be better. :-) | Ondrej Filip | |
2000-06-05 | Reset inactim timer if you receive any packet from neighbor. | Ondrej Filip | |
2000-06-04 | Removed 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-04 | Bug in debugging. | Ondrej Filip | |
2000-06-03 | interface {} added. | Ondrej Filip | |
2000-06-02 | Better dumping, if I get strange lsack. | Ondrej Filip | |
2000-05-31 | And finally, Premature aging works. :-) | Ondrej Filip | |
2000-05-12 | Better debugging. | Ondrej Filip | |
More robust. | |||
2000-05-09 | Bugfix in lsrt slist adding. | Ondrej Filip | |
2000-05-09 | Many bugfixes. (I added one entry twice to slist.) | Ondrej Filip | |
Debug cleanup. Retransmiting of unacknolegded LSAs | |||
2000-05-09 | Useless '\n' in log() | Ondrej Filip | |
2000-05-09 | Better logging. (%d->%I) | Ondrej Filip | |
2000-04-18 | LS ack. | Ondrej Filip | |
2000-04-18 | Better LS Ack dumping. | Ondrej Filip | |
2000-04-18 | Fixed the serious bug in LSack. | Ondrej Filip | |
Oh, I'm an idiot. I sent LSACK, but in header was LSUPD. :-( | |||
2000-04-18 | Sending of ACK disabled, since I'll find bug. | Ondrej Filip | |
2000-04-18 | Another LSack update. It's still NOT correct and it surely | Ondrej Filip | |
kills gated or Cyclades OSPF implementation. :-) | |||
2000-04-18 | Some lsack work. There is something very worng. :-( It locked my network. | Ondrej Filip | |
2000-04-12 | LSack receiving bugfix. | Ondrej Filip | |
2000-04-12 | LS Ack receiving done. | Ondrej Filip | |
2000-04-04 | Flooding work continues. | Ondrej Filip | |