Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Check of socket name length | Ondrej Zajicek | |
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-10-26 | Do not repeat 'Invalid broadcast address' error message. | Ondrej Zajicek | |
'Invalid broadcast address' error is reported only once for an interface and not during every interface scan. | |||
2008-10-26 | Ignore unknown netlink events. | Ondrej Zajicek | |
Bird sometimes reported 'bird: nl_parse_link: Malformed message received'. The cause is that bird asynchronously received netlink packet from wireless driver about some wireless event on its link layer. In that case bird shouldn't complain. | |||
2008-10-26 | The top-level Makefile is a generated file, so remove it from the repo. | Martin Mares | |
2008-10-26 | Updated version number in the README. | Martin Mares | |
2008-08-25 | Expand ospf dump information. | Ondrej Filip | |
2008-08-25 | Previous patch reverted. :-( | Ondrej Filip | |
2008-08-25 | Endianity problem in debug message fix. | Ondrej Filip | |
2008-08-25 | Buffer overflow fix. | Ondrej Filip | |
2008-08-25 | Fix behavior of ipa_opposite(). | Martin Mares | |
It was giving wrong results on /30 networks. | |||
2008-08-25 | Updated config.{guess,sub} to a recent version. | Martin Mares | |
Patch from the Debian package. | |||
2008-08-25 | Close fd of config file after reconfiguration. | Ondrej Filip | |
2008-08-25 | The source address configuration in BGP added. | Ondrej Filip | |
2007-06-20 | New version of flex needs argument separated. | Ondrej Filip | |
2007-06-20 | Detach from the TTY properly. | Martin Mares | |
2005-03-16 | Again back to regina.gin.cz. | Ondrej Filip | |
2005-03-16 | Yes, we will go for 1.0.12 | 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-21 | Small typos in documentation. | Ondrej Filip | |
2005-02-21 | Ftp server change. | Ondrej Filip | |
2005-02-21 | Change of ftp servers. | Ondrej Filip | |
2005-02-20 | Unused code deleted. | Ondrej Filip | |
2005-02-20 | Cleanup - all unused variables deleted. | Ondrej Filip | |
2005-02-20 | Some tasks are fulfilled. :-) | 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 | Let's go for 1.0.11. | 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-15 | Minor changes to keep gcc happy. | Ondrej Filip | |
2005-02-15 | Real write is only in sk_maybe_write. Previous change partially reverted. | Ondrej Filip | |
Thank you MJ. | |||
2005-02-14 | Be more verbose in log. | Ondrej Filip | |
2005-02-14 | Added s->err_hook wrapper that empties socket. | Ondrej Filip | |
2005-02-14 | Small changed to reduce the number of warnings. | Ondrej Filip | |
2005-02-14 | Small changes to reduce number of warnings. | Ondrej Filip | |
2005-02-14 | Yes, I'd like to go to 1.0.10 | Ondrej Filip | |
2005-02-14 | Many bugfixes in routing table calculation and summary LSA origination. | Ondrej Filip | |
2005-02-12 | Time added in password management. | Ondrej Filip | |