> Phh... this is a good question... I would guess YES, otherwise the
> whole source-specific routing would not work.

Ok course, I was confused.

>> -    const int has_atomic_replacement = has_ipv6_subtrees; /* Dave says that 
>> if a
>> +    const int has_atomic_replacement = has_ipv6_subtrees && 
>> !reflect_kernel_metric; /* Dave says that if a

And this is wrong, sorry, use:

    const int has_atomic_replacement = has_ipv6_subtrees &&
        metric == newmetric && ifindex == newifindex;

Matthieu


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

Reply via email to