Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-26 | Bugfix for routing table breaking bug. | Ondrej Zajicek | |
Here is a patch fixing a bug that causes breakage of a local routing table during shutdown of Bird. The problem was caused by shutdown of 'device' protocol before shutdown of 'kernel' protocol. When 'device' protocol went down, the route (with local network prefix) From different protocol (BGP or OSPF) became preferred and installed to the kernel routing table. Such routes were broken (like 192.168.1.0/24 via 192.168.1.2). I think it is also the cause of problem reported by Martin Kraus. The patch disables updating of kernel routing table during shutdown of Bird. I am not sure whether this is the best way to fix it, I would prefer to forbid 'kernel' protocol to overwrite routes with 'proto kernel'. The patch also fixes a problem that during shutdown sometimes routes created by Bird remained in the kernel routing table. | |||
2008-10-26 | Bugfixes in MULIT_EXIT_DISC attribute handling. | Ondrej Zajicek | |
- Old MED handling was completely different from behavior specified in RFCs - for example they havn't been propagated to neighboring areas. - Update tie-breaking according to RFC 4271. - Change default value for 'default bgp_med' configuration option according to RFC 4271. | |||
2008-10-26 | Bugfix in LOCAL_PREF attribute handling. | Ondrej Zajicek | |
2008-10-26 | Update of a documentation - new options for AS4, MD5 auth and route reflection. | Ondrej Zajicek | |
2008-10-26 | Implementation of an option for disabling AS4 support per BGP instance. | Ondrej Zajicek | |
2008-10-26 | Implementation of route reflection for BGP | Ondrej Zajicek | |
2008-10-26 | Implementation of MD5 authentication of BGP sessions. | Ondrej Zajicek | |
2008-10-26 | Implementation of 4B ASN support for BGP | Ondrej Zajicek | |
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 | |