summaryrefslogtreecommitdiffstats
path: root/proto
AgeCommit message (Collapse)Author
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
2004-07-15Minor bugfix in calculation of external routes.Ondrej Filip
2004-07-15Huge OSPF database redesign. Since now, all LSAs of all areasOndrej Filip
are in single database. This avoids duplication of external LSAs and fixes bug in external LSA distribution.
2004-07-14Multiple OSPF areas can be attached.Ondrej Filip
Origination of summary LSA works. Routing table calculation works. Virtual links works. Well, I hope, OSPF is fully compatible with RFC2328!!!!
2004-07-14Send hello just after interface is up.Ondrej Filip
This makes the adjacency forming faster. Minor code clean up.
2004-07-14Send hello as soon as possible after the interface is up.Ondrej Filip
This helps to faster establish the adjacency.
2004-07-14Add more reasonable options to LSAs. (But it seems, that it's ignored.)Ondrej Filip
2004-07-14Bugfix: Router was unable to advertise AS external routes.Ondrej Filip
2004-07-13Default tick = 1. The today's CPU is fast enough.Ondrej Filip
2004-07-13Don't inform us about every ospf_age()Ondrej Filip
2004-07-13Bugfix - RIP now updates routes with worse metric.Ondrej Filip
2004-07-13MD5 authentication in OSPF works. :-)Ondrej Filip
2004-07-13Bugfix in simple authentification.Ondrej Filip
2004-07-13Bugfix - nasty bug in router LSA origination - Router did not describe all ↵Ondrej Filip
interfaces.
2004-07-13Bugfix - options bits were not included in LSAsOndrej Filip
Bugfix - E bit was not unset on stub areas.
2004-07-08Syntax bugfix.Ondrej Filip
2004-07-01Length calculation bugfix.Ondrej Filip
2004-07-01Hello reading bugfix.Ondrej Filip
2004-06-27Update of the documentation. (passwords and md5).Ondrej Filip
Option for md5 auth in config.
2004-06-26Md5 authentification added (unsested).Ondrej Filip
Packet receiving clean up.