Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-14 | Multiple 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-07-13 | Don't inform us about every ospf_age() | Ondrej Filip | |
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-07 | Bugfix in RT calculation. | Ondrej Filip | |
2004-06-06 | Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Be sure, that ospf_area is aged before routing table calculation. | Ondrej Filip | |
2004-06-06 | Small cleanup, indentation and preparation for multiple areas routing table ↵ | Ondrej Filip | |
calculation. | |||
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 | cleanup in lsupd.c, indenting, "struct proto" removed... | Ondrej Filip | |
2004-06-04 | hello.c and hello.h cleaned up. No design changes. | Ondrej Filip | |
2004-06-01 | Patch from Andreas Steinmetz <ast@domdv.de> | Ondrej Filip | |
2003-08-26 | Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com> | Ondrej Filip | |
2003-08-23 | Many spelling mistakes fixed. | Ondrej Filip | |
Thanks you Harry Moyes. | |||
2002-11-13 | ABS should be a macro. | Martin Mares | |
2002-04-03 | Small typo fixed. | Ondrej Filip | |
2002-03-04 | New trace added. | Ondrej Filip | |
2000-09-04 | Serious bug in ext lsa origination found. Going for 1.0.4. | Ondrej Filip | |
2000-06-08 | Nasty bug in LSA refreshing. I didn't refesh my own copy! :-( | Ondrej Filip | |
2000-06-08 | Missing parameters... | Martin Mares | |
2000-06-08 | Better algoritmus of LSA aging. | Ondrej Filip | |
2000-06-08 | I mark all LSA as in distance INFINITY in process of aging. | Ondrej Filip | |
I don't have to WALK twice through it. | |||
2000-06-08 | Doc in lsalib.c + related minor changes. | Ondrej Filip | |
2000-06-06 | Tracing. | Ondrej Filip | |
2000-06-06 | All die() renamed to bug(). | Ondrej Filip | |
2000-06-05 | First calculate checksum and then send refreshed LSA! | Ondrej Filip | |
2000-06-05 | Many 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-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 | Install newer lsa even if nothing in its body change. | Ondrej Filip | |
2000-06-02 | Better LSA Aging. | Ondrej Filip | |
2000-06-01 | Calculate checksum when reflooding (after min ls_refresh). | Ondrej Filip | |
2000-06-01 | Very stuping bug. (I took me 4 hours to find it!) | Ondrej Filip | |
I just wrote "=!" instead of "!=". :-((((((( | |||
2000-05-31 | And finally, Premature aging works. :-) | Ondrej Filip | |
2000-05-31 | Sort cleanup in aging. | Ondrej Filip | |
2000-05-31 | LSArt origination and routing table calculation is now not doing so | Ondrej Filip | |
often. Instead of calculation I just schedule it latter. | |||
2000-05-30 | Reflood your old lsa. | Ondrej Filip | |
2000-05-30 | Don't run rt calculation twice. | Ondrej Filip | |
2000-05-30 | Bug in lsa comparision. | Ondrej Filip | |
2000-05-30 | Yeah, the endianity bug found. | Ondrej Filip | |
2000-05-17 | Typo in comment. | Ondrej Filip | |
2000-05-10 | Bugfix in ip_addr endianity. | Ondrej Filip | |
2000-05-09 | Flushing of old LSAs added. | Ondrej Filip | |
2000-05-04 | Bugfix in Network lsa originating | Ondrej Filip | |
Bugfix in ntohlsab() and htonlsab() For calculating of rt I use my own fib. I delete routes! ;-) | |||
2000-05-04 | Cleanup of code. Some arguments of functions were useless. | Ondrej Filip | |
2000-05-03 | Aging of lsa database added. | Ondrej Filip | |
2000-05-01 | Many small changes and bug fixes. Routing table calculation works. | Ondrej Filip | |
I'm waiting for rt lookup to add stub networks. | |||
2000-04-30 | Sync with nest's rt table and some minor improvements. | Ondrej Filip | |
2000-04-04 | LSupdate processing improved. Now there is some bug in hashing. :-( | Ondrej Filip | |
2000-04-02 | Work on lsupdates continues. Some checksum cleanup. | Ondrej Filip | |
2000-04-02 | lsa_cmp moved into lsalib.c | Ondrej Filip | |