[Babel-users] the routing atomic update wet paint - because *I* care

Matthieu Boutier boutier at pps.univ-paris-diderot.fr
Mon Apr 6 09:16:14 UTC 2015


> 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




More information about the Babel-users mailing list