Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-15 | Added new parametr 'rx buffer <num>'. BIRD is able to receive | Ondrej Filip | |
very large packets (if configured). | |||
2005-03-14 | OSPF can accept larger packets than MTU. | Ondrej Filip | |
2005-02-20 | Cleanup - all unused variables deleted. | Ondrej Filip | |
2005-02-20 | Since now I can also use 'dead interval', not just 'dead counter'. | 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 as soon as possible after the interface is up. | Ondrej Filip | |
This helps to faster establish the adjacency. | |||
2004-07-13 | Bugfix - options bits were not included in LSAs | Ondrej Filip | |
Bugfix - E bit was not unset on stub areas. | |||
2004-06-26 | Md5 authentification added (unsested). | Ondrej Filip | |
Packet receiving clean up. | |||
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-06 | Indentation. | Ondrej Filip | |
2004-06-06 | Cleanup in iface.c | Ondrej Filip | |
2004-06-05 | Set size of the buffers. (Thanx MJ.) | Ondrej Filip | |
2004-06-05 | Staticized lots of local functions. | Martin Mares | |
2004-06-05 | ... and a whole bunch of unused parameters and variables in ospf. | Martin Mares | |
2004-06-05 | Moved the tests for socket existence here. | Martin Mares | |
BTW, where do you exactly set the new buffer sizes? | |||
2004-06-04 | cleanup in lsupd.c, indenting, "struct proto" removed... | Ondrej Filip | |
2004-06-04 | OSPF is ready for changing MTU. | Ondrej Filip | |
2004-06-04 | hello.c and hello.h cleaned up. No design changes. | Ondrej Filip | |
2004-06-03 | Added source addr for multicast socket. | Ondrej Filip | |
2004-06-01 | Easier cleanup of an interface. | Ondrej Filip | |
2004-06-01 | Don't free socket's resources. | Ondrej Filip | |
2004-06-01 | Patch from Andreas Steinmetz <ast@domdv.de> | Ondrej Filip | |
2004-05-31 | Minor bug fix in neighbor state machine. | Ondrej Filip | |
2003-08-23 | Many spelling mistakes fixed. | Ondrej Filip | |
Thanks you Harry Moyes. | |||
2001-08-11 | I will not originate the same lsa before MINLSINTERVAL. | Ondrej Filip | |
2000-09-04 | Fixed many bugs in rt calculation and interface adding. Now it seems to be | Ondrej Filip | |
OK, I'm going to advertise 1.0.4. | |||
2000-09-04 | I allocate struct ifa before unlocking. So route exported to OSPF are correct. | Ondrej Filip | |
I work also with interfaces that have some problems with socket opening. I declare them as stub. | |||
2000-09-02 | Added stub interface. (Interface which is propagated to OSPF but | Ondrej Filip | |
it does not sends nor listens packets.) I added some new options, please look at it and look into doc if it's OK. | |||
2000-09-02 | Added hellos on NBMA networks. (I don't violate RFC now.) | Ondrej Filip | |
2000-06-08 | Doc | Ondrej Filip | |
2000-06-07 | Doc in neighbor.c and some tiny changes related to. | Ondrej Filip | |
2000-06-07 | Avoid SEGV's in tracing. | Martin Mares | |
2000-06-06 | Added IP protocols. | Ondrej Filip | |
2000-06-06 | Tracing. | Ondrej Filip | |
2000-06-06 | Simple autentication added. | Ondrej Filip | |
2000-06-06 | All die() renamed to bug(). | Ondrej Filip | |
2000-06-06 | Interface locks added. | Ondrej Filip | |
2000-06-06 | NBMA networks should work now. | Ondrej Filip | |
2000-06-05 | Bugfix in NET LSA flushing. | Ondrej Filip | |
Configuration now works! :-) Better "show ospf" Some minor bugfixes. | |||
2000-06-05 | Don't info about DR and BDR on non-MA networks. | Ondrej Filip | |
2000-06-05 | Yet another change, now flushing of net lsa seems to be perfect. :-) | Ondrej Filip | |
2000-06-05 | Don;t send packet over downed interface. | Ondrej Filip | |
2000-06-05 | Premature age LSA if you're NOT dr. | Ondrej Filip | |
2000-06-04 | Removed lots of trailing newlines in log messages. | Martin Mares | |
Please note that the only calls which don't add newlines automatically (i.e., don't print a full line of output) are debug() and DBG(). | |||
2000-06-01 | Added show ospf interface. | Ondrej Filip | |
show ospf neighbors now knows "<interface>". | |||
2000-05-31 | Ehm, some other "down" steps. | Ondrej Filip | |
2000-05-31 | Some bugs in cleanup after iface down. | Ondrej Filip | |
2000-05-31 | Why does not work "sk_close(sk);rfree(sk);"? | Ondrej Filip | |
2000-05-31 | Better debugging. | Ondrej Filip | |
Safe neigh_list deleting. |