]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPF: Fix ECMP external merging
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 15 Dec 2016 14:31:25 +0000 (15:31 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 15 Dec 2016 14:37:27 +0000 (15:37 +0100)
commit7d95c44572d79ef15ec8b0220950b4e4374c6bc6
tree3fb9dc82ef4f37de44da177001a2f892a5f9058a
parent9e7d3a781075b39a7e0f97e63b6f313955daa661
OSPF: Fix ECMP external merging

The variable nfa is not cleaned before each loop iteration and can have
a wrong value of nfa.nhs_reuse from the previous step.

Thanks to Bernardo Figueiredo for the bugreport and analysis.
proto/ospf/rt.c