Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-02 | OSPF: most of summary LSA orig./flush logic rewritten. | Ondrej Zajicek | |
Fixes many bugs in the old code and makes it much cleaner. | |||
2010-04-24 | Fixes and enhancements in 'show ospf state' command. | Ondrej Zajicek | |
Now it shows a distance, option to change showing reachable/all network nodes and better handling of AS-external LSAs in multiple areas. The command 'show ospf topology' was changed to not show stubnets in both OSPFv2 and OSPFv3 (previously it displayed stubnets in OSPFv2). | |||
2010-04-21 | Fixes several problems in OSPF vlink implementation. | Ondrej Zajicek | |
2010-04-11 | Fixes next hop calculation on NBMA and parallel PTP links. | Ondrej Zajicek | |
2009-09-17 | Implements proper RID handling in OSPFv3. | Ondrej Zajicek | |
2009-08-25 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-21 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2005-02-14 | Many bugfixes in routing table calculation and summary LSA origination. | Ondrej Filip | |
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-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 | Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Cleanup in iface.c | Ondrej Filip | |
2004-06-01 | Patch from Andreas Steinmetz <ast@domdv.de> | Ondrej Filip | |
2004-05-31 | The code was broken for external /29 to /32 routes. Assuming that you | Martin Mares | |
have one machine publishing a route to 10.1.1.3/32 and another one publishing a route to 10.1.1.4/32. If the first machine went down the route to 10.1.1.4/32 was wrongly killed by the old code, leading either to missing routes or worse to bug()s like "Router parent does not have next hop" or just segfaults. The patch fixes this but in the long term a redesign is required here. Note that the patch doesn't worse the situation, instead it prevents the problems stated. The redesign is required to handle multiple routes to small subnets properly. (by Andreas) Feela, I think that this is at least a good temporary fix, but it's of course up to you to decide. | |||
2001-06-09 | Added comments. | Ondrej Filip | |
2000-08-18 | Just formatting. | Ondrej Filip | |
2000-06-08 | Better algoritmus of LSA aging. | Ondrej Filip | |
2000-06-07 | Doc in neighbor.c and some tiny changes related to. | Ondrej Filip | |
2000-06-06 | Tracing in topology | 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 | Route attributes for OSPF. | Martin Mares | |
2000-05-27 | Better shutdown. (Flush my own router LSA and send 1WAY to every neighbor.) | Ondrej Filip | |
Ext LSA originating and flushing added. | |||
2000-05-04 | Testing if I can flush LSA from database. | Ondrej Filip | |
2000-05-03 | Better rt and net originating. | Ondrej Filip | |
2000-04-30 | Sync with nest's rt table and some minor improvements. | Ondrej Filip | |
2000-04-30 | RT calculation strongly simplified. Now, I don't need any | Ondrej Filip | |
memory allocation. :-) | |||
2000-04-29 | Calculating of nexts hop(s) added. | Ondrej Filip | |
2000-04-26 | Routing table calculation. Dijkstra done. | Ondrej Filip | |
2000-04-04 | LSupdate processing improved. Now there is some bug in hashing. :-( | Ondrej Filip | |
2000-04-04 | Flooding work continues. | Ondrej Filip | |
2000-03-31 | Some bug fixes. LSA checksum is still bad. I'll fix it later. | Ondrej Filip | |
2000-03-30 | LSA structure changes. (Len added.) | Ondrej Filip | |
2000-03-09 | LSA DB is completely redesigned. Now it should be faster and it needs | Ondrej Filip | |
less memory. | |||
2000-03-08 | Sending of DBDes. (Checksum and length calculation NOT done.) | Ondrej Filip | |
2000-02-25 | Router LSA & area adding. | Ondrej Filip | |
2000-02-24 | Area work and router LSA starts when interface goes up. | Ondrej Filip | |
2000-02-24 | Structures for router LSA added. | Ondrej Filip | |
2000-02-08 | Hash table structure redesigned. | Ondrej Filip | |
2000-02-08 | Other LS struct added. | Ondrej Filip | |
2000-02-08 | LSA type changed from u16 to u8. | Ondrej Filip | |
1999-11-17 | ospf.c and ospc.h splitted into various files. | Ondrej Filip | |