> And it seems that babeld on the node that generated the offending
> packets is using 90% CPU. The whole network seems to have become
> unstable after these strange packets have been received.

Did you know where does this version comes from?  Is there a packet's version, 
or whatever?

It's really strange that an "Update" message could fail.  After a quick look at 
the code, I think it should fail at line 513.  Could you see if changing

                if(!have_v4_nh)
                    goto fail;

to something like

                if(!have_v4_nh) {
                    fprintf("Don't have v4 nexthop.");
                    goto fail;
                }

confirm this hypothesis?

Matthieu


_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to