summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2005-02-12Time added in password management.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-08sort from GNU coreutils 5.2.1 doesn't accept the +- syntaxOndrej Filip
anymore. Hopefully the -k syntax is supported by all other sort versions
2004-09-08Bugfix.Ondrej Filip
2004-08-19Do not forget to propagate LDFLAGS from configure. Allows static linking,Martin Mares
among other things.
2004-08-10Bugfix in config.yOndrej Filip
2004-08-05Bugfix in OSPF - BIRD sometimes failed during rt calculation with VLINKs.Ondrej Filip
2004-08-03Some more TODOs for OSPF.Ondrej Filip
2004-07-16Added handling of STUB bool.Ondrej Filip
2004-07-16Typo.Ondrej Filip
2004-07-16Bugfix - bird needed double ';' after rfc1583compat.Ondrej Filip
2004-07-15Added note about *BSD.Ondrej Filip
2004-07-15News update to 1.0.9.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-14Everything is tested and works. I thins it's right time to go to 1.0.9.Ondrej Filip
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-01Password WALK_LIST 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.
2004-06-26Password management redesigned (untested).Ondrej Filip
2004-06-25A lot of changes:Ondrej Filip
- metric is 3 byte long now - summary lsa originating - more OSPF areas possible - virtual links - better E1/E2 routes handling - some bug fixes.. I have to do: - md5 auth (last mandatory item from rfc2328) - !!!!DEBUG!!!!! (mainly virtual link system has probably a lot of bugs) - 2328 appendig E
2004-06-24Small typo changes.Ondrej Filip
2004-06-23Hotfix to problem with metric change reported by Luca.Ondrej Filip
2004-06-23P->magic used just in LOCAL_DEBUG modeOndrej Filip
2004-06-18sk_write bugfix for BSD.Ondrej Filip
2004-06-17Some cisco routers send shorter ospf messages in larger packets.Ondrej Filip
Well it's strange, but, actually it's correct.
2004-06-11Better routing table calculation. We are ready to work withOndrej Filip
multiple OSPF areas.
2004-06-11Better adjacency building, some minor bugfixes.Ondrej Filip
2004-06-11Deleted RTS_OSPF_BOUNDARYOndrej Filip
2004-06-11RTS_OSPF_BONDARY is nonsense, RTS_OSPF_IA must have smaller id than RTS_OSPF_EXTOndrej Filip