mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge 0aa2408323
into 3dd4d417be
This commit is contained in:
commit
8a87da8c51
|
@ -1122,6 +1122,9 @@ static bool compare_state(struct route_entry *r1,
|
|||
if ((!r1 && r2) || (r1 && !r2))
|
||||
return true;
|
||||
|
||||
if (r1->type != r2->type)
|
||||
return true;
|
||||
|
||||
if (r1->distance != r2->distance)
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue