summaryrefslogtreecommitdiffstats
path: root/proto
AgeCommit message (Collapse)Author
2008-11-05Fix problem with local time changes.Ondrej Zajicek
2008-11-05Fixes bugs in IPv6 code caused by recent commits.Ondrej Zajicek
2008-11-01Multihop BGP was completely broken, because listening socket has alwaysOndrej Zajicek
ttl 1.
2008-11-01Implementation of route server.Ondrej Zajicek
2008-10-29Fix race condition that breaks BGP connections after reconfigure.Ondrej Zajicek
RFC says that only connections in OpenConfirm and Established state should participate in connection collision detection. The current implementation leads to race condition when both sides are trying to connect at the almost same time, then both sides receive OPEN message by different connections at the almost same time and close the other connection. Both connections are closed and the both sides end in start/idle or start/active state.
2008-10-28Fixes some sloppiness of commit a3b70dc499b64f41aa776b5b4afee5c7bfb8dfa6.Ondrej Zajicek
2008-10-27Merge branch 'dev' into outOndrej Zajicek
2008-10-27Two 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-26Missing newline.Ondrej Zajicek
2008-10-26Bugfix 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-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-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-08-25Expand ospf dump information.Ondrej Filip
2008-08-25Endianity problem in debug message fix.Ondrej Filip
2008-08-25The source address configuration in BGP added.Ondrej 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-20Unused code deleted.Ondrej Filip
2005-02-20Cleanup - all unused variables deleted.Ondrej Filip
2005-02-20Intelligent reconfiguration should work again.Ondrej Filip
2005-02-20Originate default route into stub areas.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-14Be more verbose in log.Ondrej Filip
2005-02-14Small changes to reduce number of warnings.Ondrej Filip
2005-02-14Many bugfixes in routing table calculation and summary LSA origination.Ondrej Filip
2005-02-12Bugfix in inter-area route calculation and summary LSA origination.Ondrej Filip
Bugfix of some debugging commands.
2005-02-12Bugfix in password acceptanceOndrej Filip
2005-02-12Bugfix - cost of interface can be larger than 0xffffOndrej Filip
2004-09-15Dont check netmask field on PTP links.Ondrej Filip
2004-09-08Bugfix.Ondrej Filip
2004-08-10Bugfix in config.yOndrej Filip
2004-08-05Bugfix in OSPF - BIRD sometimes failed during rt calculation with VLINKs.Ondrej Filip
2004-07-16Added handling of STUB bool.Ondrej Filip
2004-07-16Bugfix - bird needed double ';' after rfc1583compat.Ondrej Filip
2004-07-15Minor bugfix to compile bird in IPv6.Ondrej Filip
2004-07-15Minor bugfix - add interface routes.Ondrej Filip