Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-04 | hello.* reindented, code cleanup. | Ondrej Filip | |
2004-06-04 | Deleted useles "struct proto" sending. | Ondrej Filip | |
2004-06-04 | Better log() usage. | Ondrej Filip | |
2004-06-04 | Indented. No other change. | Ondrej Filip | |
2004-06-04 | lsack.c cleaned. Better names for functions and | Ondrej Filip | |
DIRECT acks can be sent in one packet now. | |||
2004-06-04 | ackd_timer_hook moded to neighbor.c | Ondrej Filip | |
2004-06-04 | Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-) | Ondrej Filip | |
2004-06-04 | Initialize iterator on the right place. | Ondrej Filip | |
2004-06-04 | This can happen now. | Ondrej Filip | |
2004-06-04 | Small reversing of previous patch. | Ondrej Filip | |
2004-06-04 | Don't repeat "Sheduling rt calc....." | Ondrej Filip | |
2004-06-04 | Code and comments cleanup. | 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-02 | Hotfix for router's parent without nexthop. | Ondrej Filip | |
It will probably work perfect, but I need to eliminate such situation. | |||
2004-06-01 | Bugfix in external routes calculation. | 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-06-01 | Documented the pxlen parameter. | Martin Mares | |
2004-05-31 | static declarations don't belong to includes. (And most of them were | Martin Mares | |
redundant anyway.) | |||
2004-05-31 | The code was broken for external /29 to /32 routes. Assuming that you | Martin Mares | |
have one machine publishing a route to 10.1.1.3/32 and another one publishing a route to 10.1.1.4/32. If the first machine went down the route to 10.1.1.4/32 was wrongly killed by the old code, leading either to missing routes or worse to bug()s like "Router parent does not have next hop" or just segfaults. The patch fixes this but in the long term a redesign is required here. Note that the patch doesn't worse the situation, instead it prevents the problems stated. The redesign is required to handle multiple routes to small subnets properly. (by Andreas) Feela, I think that this is at least a good temporary fix, but it's of course up to you to decide. | |||
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) | |||
2004-05-31 | Useless include deleted. | Ondrej Filip | |
2004-05-31 | Minor bug fix in neighbor state machine. | Ondrej Filip | |
2004-05-31 | Minor bug in configuration. | Ondrej Filip | |
2004-05-19 | Bug in DBDES receiving fixed. | Ondrej Filip | |
2003-09-30 | OSPF was not able to be built stand-alone. | Ondrej Filip | |
2003-09-14 | Endianity problem fixed. Thanx to Sörös József | Ondrej Filip | |
2003-09-03 | This prevents infinite loop when bird has more that 60 neighbors. Thanks to ↵ | Ondrej Filip | |
Rani Assaf | |||
2003-08-26 | Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com> | Ondrej Filip | |
2003-08-23 | Minor OSPF changes for faster startup. | Ondrej Filip | |
2003-08-23 | Many spelling mistakes fixed. | Ondrej Filip | |
Thanks you Harry Moyes. | |||
2002-11-13 | ABS should be a macro. | Martin Mares | |
2002-04-03 | Small typo fixed. | Ondrej Filip | |
2002-03-04 | Age LSA DB after LSA origination and before routing table calculation. | Ondrej Filip | |
2002-03-04 | New trace added. | Ondrej Filip | |
2001-12-07 | Bugfix in router importation. | Ondrej Filip | |
2001-08-21 | Removed some useless (hope!) code in next hop calculation. | Ondrej Filip | |
2001-08-21 | Finally, next hop problem fixed. | Ondrej Filip | |
2001-08-21 | Useless trace. | Ondrej Filip | |
2001-08-21 | Hope, bug in next hop calculation for stub routes fixed. | Ondrej Filip | |
2001-08-19 | Fix %<something>I format strings. | Martin Mares | |
2001-08-12 | Area networks added into configuration. | Ondrej Filip | |
2001-08-11 | Changed definition of stub area. | Ondrej Filip | |
2001-08-11 | Bugfix in B-bit setting in router LSA. | Ondrej Filip | |
2001-08-11 | I will not originate the same lsa before MINLSINTERVAL. | Ondrej Filip | |
2001-06-12 | Install route into main routing table just if it's necessary. | Ondrej Filip | |
2001-06-09 | Added comments. | Ondrej Filip | |
2001-06-09 | Bug in next-hop calculation fixed. (For dual connected neighbors.) | Ondrej Filip | |