Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-14 | Bugfix in external routes calculation. | Ondrej Filip | |
2005-02-20 | Cleanup - all unused variables deleted. | Ondrej Filip | |
2005-02-20 | Originate default route into stub areas. | Ondrej Filip | |
2005-02-20 | Bugfix - count courrectly next hop on single hop virtual link. | Ondrej Filip | |
2005-02-18 | Bugfix in previous bugfix. | Ondrej Filip | |
2005-02-18 | Minor bugfix: Summary LSA for aggregated area was always propagated with | Ondrej Filip | |
metric = 1. Now it's metric of most distant component. | |||
2005-02-15 | Minor bugfixes in routing table calsulation. | Ondrej Filip | |
2005-02-14 | Many bugfixes in routing table calculation and summary LSA origination. | Ondrej Filip | |
2005-02-12 | Bugfix in inter-area route calculation and summary LSA origination. | Ondrej Filip | |
Bugfix of some debugging commands. | |||
2004-08-05 | Bugfix in OSPF - BIRD sometimes failed during rt calculation with VLINKs. | Ondrej Filip | |
2004-07-15 | Minor bugfix - add interface routes. | Ondrej Filip | |
2004-07-15 | Minor bugfix in calculation of external routes. | 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-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 | Bugfix - options bits were not included in LSAs | Ondrej Filip | |
Bugfix - E bit was not unset on stub areas. | |||
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-11 | Better routing table calculation. We are ready to work with | Ondrej Filip | |
multiple OSPF areas. | |||
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-02 | Hotfix for router's parent without nexthop. | Ondrej Filip | |
It will probably work perfect, but I need to eliminate such situation. | |||
2004-06-01 | Bugfix in external routes calculation. | Ondrej Filip | |
2003-08-23 | Many spelling mistakes fixed. | Ondrej Filip | |
Thanks you Harry Moyes. | |||
2001-12-07 | Bugfix in router importation. | Ondrej Filip | |
2001-08-21 | Removed some useless (hope!) code in next hop calculation. | Ondrej Filip | |
2001-08-21 | Finally, next hop problem fixed. | Ondrej Filip | |
2001-08-21 | Hope, bug in next hop calculation for stub routes fixed. | Ondrej Filip | |
2001-06-12 | Install route into main routing table just if it's necessary. | Ondrej Filip | |
2001-06-09 | Bug in next-hop calculation fixed. (For dual connected neighbors.) | Ondrej Filip | |
2000-11-22 | Small bugfix in ext routes calculation. | Ondrej Filip | |
2000-09-04 | Fixed many bugs in rt calculation and interface adding. Now it seems to be | Ondrej Filip | |
OK, I'm going to advertise 1.0.4. | |||
2000-09-04 | Serious bug in ext lsa origination found. Going for 1.0.4. | Ondrej Filip | |
2000-08-18 | Fixed bug in nex hop calculation of external routes. | Ondrej Filip | |
2000-08-17 | Stupid bug in next hop calculation of external routes. | Ondrej Filip | |
2000-08-16 | My calculation of external routes violated rfc. :-( | Ondrej Filip | |
2000-06-19 | Routing table calculation clean up. | Ondrej Filip | |
2000-06-09 | Shut up an uninitialized variable warning. | Martin Mares | |
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. | Ondrej Filip | |
2000-06-06 | Tracing. | Ondrej Filip | |
2000-06-05 | I calculated next hop of parent instead of actual LSA. :-( | Ondrej Filip | |
2000-06-05 | Small patch to better hash type=2 LSAs. | 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 | Just to be sure, that rt calculation cannot start beforeorigination of rt LSA. | Ondrej Filip | |
2000-05-31 | Set E2 metric for internal routes to LSINFINITY. | Ondrej Filip | |
2000-05-31 | Delete _all_ ext routes from unreachable neighbor. | Ondrej Filip | |
2000-05-31 | Sort cleanup in aging. | Ondrej Filip | |