Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-25 | Fixes another bug in packet retransmissions. | Ondrej Zajicek | |
When slave was in full state, it didn't retransmit lost packets. That leads to OSPF connection locked in states loading-full. | |||
2009-02-12 | Fixes bug in packet retransmissions. | Ondrej Zajicek | |
When packet was lost during dbdes exchange, slave did not retransmit it. That leads to OSPF connection locked in states exchange-exstart. | |||
2009-01-16 | Fixes some past config grammar update that caused password related regression. | Ondrej Zajicek | |
2009-01-16 | One null-pointer dereference bugfix hidden in whitespace changes | Ondrej Zajicek | |
2009-01-13 | Fix typo. | Ondrej Zajicek | |
2009-01-13 | Fix OSPF protocol error recovery behavior. | Ondrej Zajicek | |
When OSPF neighbor state drops down to EXSTART, clear LSA request and retransmit lists, as specified by RFC. I hope that this will prevent oscillations between EXSTART and LOADING states, which sometimes happened. It also contains related fix from Yury Shevchuk that properly resets DB summary list iterator. | |||
2009-01-12 | Add check detecting packet overwrite in TX buffer. | Ondrej Zajicek | |
2009-01-11 | Some fixes and update of OSPF debug messages | Ondrej Zajicek | |
2009-01-11 | Move check for NULL before usage of variable. | Ondrej Zajicek | |
2009-01-11 | Fixes bug in OSPF | Ondrej Zajicek | |
Checksum was not recalculated when LSA was changed and packets with bad checksum were sent. | |||
2008-11-14 | OSPF routes appeared with random value of ospf_tag attribute. | Ondrej Zajicek | |
This patch fixes it. | |||
2008-11-08 | Proper format functions for ORIGINATOR_ID, CLUSTER_LIST | Ondrej Zajicek | |
2008-11-08 | Fix bugs in OSPF MD5 authentication. First bug is that default | Ondrej Zajicek | |
values for MD5 password ID changed during reconfigure, Second bug is that BIRD chooses password in first-fit manner, but RFC says that it should use the one with the latest generate-from. It also modifies the syntax for multiple passwords. Now it is possible to just add more 'password' statements to the interface section and it is not needed to use 'passwords' section. Old syntax can be used too. | |||
2008-11-05 | Fix problem with local time changes. | Ondrej Zajicek | |
2008-10-28 | Fixes some sloppiness of commit a3b70dc499b64f41aa776b5b4afee5c7bfb8dfa6. | Ondrej Zajicek | |
2008-10-27 | Two new informative CLI commands for OSPF. | Ondrej Zajicek | |
Two new CLI commands for OSPF giving nice informative (and still machine parsable) representation of OSPF network graph (based on datas from the LSA database). The first command (show ospf topology) shows routers, networks and stub networks, The second command (show ospf state) shows also external routes and area-external networks and routers propagated by given area boundary router. | |||
2008-10-26 | Missing newline. | Ondrej Zajicek | |
2008-10-26 | Bugfix in LSA origination for PTP OSPF links. | Ondrej Zajicek | |
The code generating LSAs for PTP OSPF links is buggy. The old behavior is that it generates PTP link if there is a full/ptp neighbor and stub link if there isn't. According to RFC 2328, the correct behavior is to generate stub link in both cases (in the first case together with PTP link). And because of buggy detection of unnumbered networks, for numbered networks the code creates stub links with 0.0.0.0/32. | |||
2008-08-25 | Expand ospf dump information. | Ondrej Filip | |
2008-08-25 | Endianity problem in debug message fix. | Ondrej Filip | |
2005-03-16 | Small bugfix in tracing. | Ondrej Filip | |
2005-03-15 | Added new parametr 'rx buffer <num>'. BIRD is able to receive | Ondrej Filip | |
very large packets (if configured). | |||
2005-03-15 | Maximal packet size in virtual links is 576. | Ondrej Filip | |
2005-03-14 | OSPF can accept larger packets than MTU. | Ondrej Filip | |
2005-03-14 | Look for large packets. | Ondrej Filip | |
2005-03-14 | Bugfix in external routes calculation. | Ondrej Filip | |
2005-02-20 | Unused code deleted. | Ondrej Filip | |
2005-02-20 | Cleanup - all unused variables deleted. | Ondrej Filip | |
2005-02-20 | Intelligent reconfiguration should work again. | Ondrej Filip | |
2005-02-20 | Originate default route into stub areas. | Ondrej Filip | |
2005-02-20 | Since now I can also use 'dead interval', not just 'dead counter'. | Ondrej Filip | |
2005-02-20 | Bugfix - count courrectly next hop on single hop virtual link. | Ondrej Filip | |
2005-02-20 | Time of neighbor's dead was not shown correctly. | 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 | Be more verbose in log. | Ondrej Filip | |
2005-02-14 | Small changes to reduce number of warnings. | 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. | |||
2005-02-12 | Bugfix in password acceptance | Ondrej Filip | |
2005-02-12 | Bugfix - cost of interface can be larger than 0xffff | Ondrej Filip | |
2004-09-15 | Dont check netmask field on PTP links. | Ondrej Filip | |
2004-08-10 | Bugfix in config.y | Ondrej Filip | |
2004-08-05 | Bugfix in OSPF - BIRD sometimes failed during rt calculation with VLINKs. | Ondrej Filip | |
2004-07-16 | Added handling of STUB bool. | Ondrej Filip | |
2004-07-16 | Bugfix - bird needed double ';' after rfc1583compat. | 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. |