Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2003-08-23 | Many spelling mistakes fixed. | Ondrej Filip | |
Thanks you Harry Moyes. | |||
2001-08-21 | Useless trace. | Ondrej Filip | |
2001-08-19 | Fix %<something>I format strings. | Martin Mares | |
2001-08-11 | Bugfix in B-bit setting in router LSA. | Ondrej Filip | |
2001-08-11 | I will not originate the same lsa before MINLSINTERVAL. | Ondrej Filip | |
2000-09-04 | Serious bug in ext lsa origination found. Going for 1.0.4. | Ondrej Filip | |
2000-08-28 | Bugfix in ext lsa importing. | Ondrej Filip | |
2000-06-08 | HASH_DEF_ORDER back to 6. | Ondrej Filip | |
2000-06-08 | Doc in lsalib.c + related minor changes. | Ondrej Filip | |
2000-06-07 | Removed some FIXMEs simply deleting them. | 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-06-06 | Allocate OSPF areas before interfaces. | Ondrej Filip | |
2000-06-05 | Bugfix in NET LSA flushing. | Ondrej Filip | |
Configuration now works! :-) Better "show ospf" Some minor bugfixes. | |||
2000-06-05 | PTP link in RTLSA was not announced correctly. | Ondrej Filip | |
2000-06-05 | Unless a filter specifies otherwise, all external routes have type 2 | Martin Mares | |
metric 10000. | |||
2000-06-05 | Bug in LSA origination. | 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 | Many bugs in ext lsa origination. | Ondrej Filip | |
2000-05-31 | Stuping bug in net LSA origination. Now, I should survive | Ondrej Filip | |
loss of my only neighbor. | |||
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-31 | Handle better next hop in external LSA. | Ondrej Filip | |
2000-05-30 | Route attributes for OSPF. | Martin Mares | |
2000-05-30 | You can decide if add LSA into lsrth during flood_lsa(). | Ondrej Filip | |
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-27 | Originating of external LSA. | Ondrej Filip | |
2000-05-12 | Minor changes. | Ondrej Filip | |
2000-05-11 | Bugfix in network LSA originating. | Ondrej Filip | |
2000-05-09 | Better dumping. | 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 | Many bugfixes. Actually, how could this ever work? :-) | Ondrej Filip | |
2000-05-09 | Another bugfix in neighbor state machine. | 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 | Test for "flushing" added. | Ondrej Filip | |
2000-05-04 | Cleanup of code. Some arguments of functions were useless. | Ondrej Filip | |
2000-05-04 | Testing if I can flush LSA from database. | Ondrej Filip | |
2000-05-03 | Better rt and net originating. | Ondrej Filip | |
2000-05-03 | Originating of network LSA. | 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-26 | Routing table calculation. Dijkstra done. | Ondrej Filip | |
2000-04-18 | Dump changes. | Ondrej Filip | |
2000-04-17 | Small change in LSA originating. | 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-04-04 | Minor change in area list. Now I use MJ's lists. | Ondrej Filip | |