summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2008-10-26Bugfix 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-26Bugfixes 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-26Bugfix in LOCAL_PREF attribute handling.Ondrej Zajicek
2008-10-26Update of a documentation - new options for AS4, MD5 auth and route reflection.Ondrej Zajicek
2008-10-26Implementation of an option for disabling AS4 support per BGP instance.Ondrej Zajicek
2008-10-26Implementation of route reflection for BGPOndrej Zajicek
2008-10-26Implementation of MD5 authentication of BGP sessions.Ondrej Zajicek
2008-10-26Implementation of 4B ASN support for BGPOndrej Zajicek
2008-10-26The top-level Makefile is a generated file, so remove it from the repo.Martin Mares
2008-10-26Updated version number in the README.Martin Mares
2008-08-25Expand ospf dump information.Ondrej Filip
2008-08-25Previous patch reverted. :-(Ondrej Filip
2008-08-25Endianity problem in debug message fix.Ondrej Filip
2008-08-25Buffer overflow fix.Ondrej Filip
2008-08-25Fix behavior of ipa_opposite().Martin Mares
It was giving wrong results on /30 networks.
2008-08-25Updated config.{guess,sub} to a recent version.Martin Mares
Patch from the Debian package.
2008-08-25Close fd of config file after reconfiguration.Ondrej Filip
2008-08-25The source address configuration in BGP added.Ondrej Filip
2007-06-20New version of flex needs argument separated.Ondrej Filip
2007-06-20Detach from the TTY properly.Martin Mares
2005-03-16Again back to regina.gin.cz.Ondrej Filip
2005-03-16Yes, we will go for 1.0.12Ondrej Filip
2005-03-16Small bugfix in tracing.Ondrej Filip
2005-03-15Added new parametr 'rx buffer <num>'. BIRD is able to receiveOndrej Filip
very large packets (if configured).
2005-03-15Maximal packet size in virtual links is 576.Ondrej Filip
2005-03-14OSPF can accept larger packets than MTU.Ondrej Filip
2005-03-14Look for large packets.Ondrej Filip
2005-03-14Bugfix in external routes calculation.Ondrej Filip
2005-02-21Small typos in documentation.Ondrej Filip
2005-02-21Ftp server change.Ondrej Filip
2005-02-21Change of ftp servers.Ondrej Filip
2005-02-20Unused code deleted.Ondrej Filip
2005-02-20Cleanup - all unused variables deleted.Ondrej Filip
2005-02-20Some tasks are fulfilled. :-)Ondrej Filip
2005-02-20Intelligent reconfiguration should work again.Ondrej Filip
2005-02-20Originate default route into stub areas.Ondrej Filip
2005-02-20Let's go for 1.0.11.Ondrej Filip
2005-02-20Since now I can also use 'dead interval', not just 'dead counter'.Ondrej Filip
2005-02-20Bugfix - count courrectly next hop on single hop virtual link.Ondrej Filip
2005-02-20Time of neighbor's dead was not shown correctly.Ondrej Filip
2005-02-18Bugfix in previous bugfix.Ondrej Filip
2005-02-18Minor bugfix: Summary LSA for aggregated area was always propagated withOndrej Filip
metric = 1. Now it's metric of most distant component.
2005-02-15Minor bugfixes in routing table calsulation.Ondrej Filip
2005-02-15Minor changes to keep gcc happy.Ondrej Filip
2005-02-15Real write is only in sk_maybe_write. Previous change partially reverted.Ondrej Filip
Thank you MJ.
2005-02-14Be more verbose in log.Ondrej Filip
2005-02-14Added s->err_hook wrapper that empties socket.Ondrej Filip
2005-02-14Small changed to reduce the number of warnings.Ondrej Filip
2005-02-14Small changes to reduce number of warnings.Ondrej Filip
2005-02-14Yes, I'd like to go to 1.0.10Ondrej Filip