23 Feb
2005
23 Feb
'05
11:17 a.m.
On Wed, 23 Feb 2005, Damjan wrote:
I'm glad to announce, the new release of BIRD Internet Routing Daemon. ... You can download it at ftp://bird.network.cz/pub/bird/bird-1.0.11.tar.gz
I'd just want to report that even with this version I must apply this patch, otherwise I can't get any OSPF routes.
OK, but this is against rfc2328. Can you please send me what's finally written in the logfile? F.
--- proto/ospf/hello.c.old 2005-02-23 04:40:32.000000000 +0100 +++ proto/ospf/hello.c 2005-02-23 04:37:07.000000000 +0100 @@ -48,7 +48,7 @@ if (ps->options != ifa->oa->opt.byte) { log(L_ERR "%s%I%soptions mismatch (0x%x).", beg, faddr, rec, ps->options); - return; + //return; }
if (!n)