Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-12 | Bugfix - cost of interface can be larger than 0xffff | Ondrej Filip | |
2004-09-15 | Dont check netmask field on PTP links. | Ondrej Filip | |
2004-09-08 | Bugfix. | Ondrej Filip | |
2004-08-10 | Bugfix in config.y | Ondrej Filip | |
2004-08-05 | Bugfix in OSPF - BIRD sometimes failed during rt calculation with VLINKs. | Ondrej Filip | |
2004-07-16 | Added handling of STUB bool. | Ondrej Filip | |
2004-07-16 | Bugfix - bird needed double ';' after rfc1583compat. | Ondrej Filip | |
2004-07-15 | Minor bugfix to compile bird in IPv6. | Ondrej Filip | |
2004-07-15 | Minor bugfix - add interface routes. | Ondrej Filip | |
2004-07-15 | Minor bugfix in calculation of external routes. | Ondrej Filip | |
2004-07-15 | Huge OSPF database redesign. Since now, all LSAs of all areas | Ondrej Filip | |
are in single database. This avoids duplication of external LSAs and fixes bug in external LSA distribution. | |||
2004-07-14 | Multiple 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-14 | Send hello just after interface is up. | Ondrej Filip | |
This makes the adjacency forming faster. Minor code clean up. | |||
2004-07-14 | Send hello as soon as possible after the interface is up. | Ondrej Filip | |
This helps to faster establish the adjacency. | |||
2004-07-14 | Add more reasonable options to LSAs. (But it seems, that it's ignored.) | Ondrej Filip | |
2004-07-14 | Bugfix: Router was unable to advertise AS external routes. | Ondrej Filip | |
2004-07-13 | Default tick = 1. The today's CPU is fast enough. | Ondrej Filip | |
2004-07-13 | Don't inform us about every ospf_age() | Ondrej Filip | |
2004-07-13 | Bugfix - RIP now updates routes with worse metric. | Ondrej Filip | |
2004-07-13 | MD5 authentication in OSPF works. :-) | Ondrej Filip | |
2004-07-13 | Bugfix in simple authentification. | Ondrej Filip | |
2004-07-13 | Bugfix - nasty bug in router LSA origination - Router did not describe all ↵ | Ondrej Filip | |
interfaces. | |||
2004-07-13 | Bugfix - options bits were not included in LSAs | Ondrej Filip | |
Bugfix - E bit was not unset on stub areas. | |||
2004-07-08 | Syntax bugfix. | Ondrej Filip | |
2004-07-01 | Length calculation bugfix. | Ondrej Filip | |
2004-07-01 | Hello reading bugfix. | Ondrej Filip | |
2004-06-27 | Update of the documentation. (passwords and md5). | Ondrej Filip | |
Option for md5 auth in config. | |||
2004-06-26 | Md5 authentification added (unsested). | Ondrej Filip | |
Packet receiving clean up. | |||
2004-06-26 | Password management redesigned (untested). | Ondrej Filip | |
2004-06-25 | A 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-24 | Small typo changes. | Ondrej Filip | |
2004-06-23 | Hotfix to problem with metric change reported by Luca. | Ondrej Filip | |
2004-06-23 | P->magic used just in LOCAL_DEBUG mode | Ondrej Filip | |
2004-06-17 | Some cisco routers send shorter ospf messages in larger packets. | Ondrej Filip | |
Well it's strange, but, actually it's correct. | |||
2004-06-11 | Better routing table calculation. We are ready to work with | Ondrej Filip | |
multiple OSPF areas. | |||
2004-06-11 | Better adjacency building, some minor bugfixes. | Ondrej Filip | |
2004-06-09 | Better checking of configuration. | Ondrej Filip | |
2004-06-07 | Bugfix in RT calculation. | Ondrej Filip | |
2004-06-07 | It was too verbose. | Ondrej Filip | |
2004-06-06 | Cleanup in packet.c. Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Be sure, that ospf_area is aged before routing table calculation. | Ondrej Filip | |
2004-06-06 | Keep al lSAs invalidated. | Ondrej Filip | |
2004-06-06 | Small cleanup, indentation and preparation for multiple areas routing table ↵ | Ondrej Filip | |
calculation. | |||
2004-06-06 | Indentation. | Ondrej Filip | |
2004-06-06 | This warning is stupid. | Ondrej Filip | |
2004-06-06 | Indentation. | Ondrej Filip | |
2004-06-06 | Struct area_net changed. | Ondrej Filip | |
2004-06-06 | Cleanup in iface.c | Ondrej Filip | |
2004-06-06 | Be more verbose in troubles. | Ondrej Filip | |