Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-31 | static declarations don't belong to includes. (And most of them were | Martin Mares | |
redundant anyway.) | |||
2004-05-31 | The OSPF authentication type was sent in host byte order instead of of | Martin Mares | |
network byte order thus breaking interoperability with other routing daemons on litte endian machines. The patch fixes this but note that this breaks compatability with older bird installations using OSPF and password authentication (Andreas) | |||
2003-08-26 | Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com> | Ondrej Filip | |
2001-08-12 | Area networks added into configuration. | Ondrej Filip | |
2001-08-11 | I will not originate the same lsa before MINLSINTERVAL. | Ondrej Filip | |
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-04 | Serious bug in ext lsa origination found. Going for 1.0.4. | Ondrej Filip | |
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 | Ehm, my (B)DR election was based on router id, but RFC says ip! | Ondrej Filip | |
2000-06-08 | Better algoritmus of LSA aging. | Ondrej Filip | |
2000-06-07 | Removed some FIXMEs simply deleting them. | Ondrej Filip | |
2000-06-07 | Doc in neighbor.c and some tiny changes related to. | Ondrej Filip | |
2000-06-07 | A copyright change. | Ondrej Filip | |
2000-06-07 | #define SIZE_OF_IP_HEADER | Ondrej Filip | |
2000-06-06 | First part of tracing. | Ondrej Filip | |
2000-06-06 | Simple autentication added. | 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 | Many bugfixes (I don't remember all of them): | Ondrej Filip | |
Added link ID calculation for external routes with same prefix but different mask. Bugfix in NET lsa origination. Bugfix in NET hashing. Bugfix in LSA installing. | |||
2000-06-03 | More conf. items defined. | Ondrej Filip | |
2000-06-03 | interface {} added. | Ondrej Filip | |
2000-06-02 | area {} added to config. | Ondrej Filip | |
2000-06-02 | First option into config added. :-) | Ondrej Filip | |
2000-06-01 | Added show ospf interface. | Ondrej Filip | |
show ospf neighbors now knows "<interface>". | |||
2000-06-01 | show ospf implemented. | Ondrej Filip | |
2000-06-01 | Cisco-like "show ospf neighbors" implemented. | Ondrej Filip | |
2000-05-31 | Sort cleanup in aging. | Ondrej Filip | |
2000-05-31 | LSArt origination and routing table calculation is now not doing so | Ondrej Filip | |
often. Instead of calculation I just schedule it latter. | |||
2000-05-30 | Route attributes for OSPF. | Martin Mares | |
2000-05-30 | Aging delta changed. (Ehm, aging is very dirty I'll have to change it.) | Ondrej Filip | |
2000-05-27 | Originating of external LSA. | Ondrej Filip | |
2000-05-26 | Import control implemented. | Ondrej Filip | |
2000-05-17 | rte_same implemented. | Ondrej Filip | |
2000-05-17 | rte_better implemented. | Ondrej Filip | |
2000-05-10 | Change u32 to ip_addr in ext lsa. | Ondrej Filip | |
2000-05-10 | Calculation of external routes. | Ondrej Filip | |
2000-05-09 | Many bugfixes. (I added one entry twice to slist.) | Ondrej Filip | |
Debug cleanup. Retransmiting of unacknolegded LSAs | |||
2000-05-09 | Do not stop lsrr_timer in FULL state. Use it for retransmition. | Ondrej Filip | |
2000-05-09 | Some changes in debugging. | Ondrej Filip | |
2000-05-04 | Bugfix in Network lsa originating | Ondrej Filip | |
Bugfix in ntohlsab() and htonlsab() For calculating of rt I use my own fib. I delete routes! ;-) | |||
2000-05-03 | Better rt and net originating. | Ondrej Filip | |
2000-05-03 | Originating of network LSA. | Ondrej Filip | |
2000-05-03 | Adding InfTransDelay for outgoing lsa. | Ondrej Filip | |
2000-05-03 | Aging of lsa database added. | Ondrej Filip | |
2000-05-01 | Many small changes and bug fixes. Routing table calculation works. | Ondrej Filip | |
I'm waiting for rt lookup to add stub networks. | |||
2000-04-30 | Sync with nest's rt table and some minor improvements. | Ondrej Filip | |
2000-04-30 | RT calculation strongly simplified. Now, I don't need any | Ondrej Filip | |
memory allocation. :-) | |||
2000-04-26 | Routing table calculation. Dijkstra done. | Ondrej Filip | |