diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-24 17:22:35 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-24 17:22:35 +0200 |
commit | 9e962de4b619a00a139f8982c9e6528553927f14 (patch) | |
tree | 7df0f155c27bc9b5993df17d21a22314be2fb413 /ospf6d | |
parent | Merge pull request #612 from LabNConsulting/working/master/patch-set/deprecat... (diff) | |
parent | Merge pull request #611 from LabNConsulting/working/3.0/patch-set/deprecateEncap (diff) | |
download | frr-9e962de4b619a00a139f8982c9e6528553927f14.tar.xz frr-9e962de4b619a00a139f8982c9e6528553927f14.zip |
Merge remote-tracking branch 'origin/stable/3.0'
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_intra.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c index 92db9cd11..5d415a68c 100644 --- a/ospf6d/ospf6_intra.c +++ b/ospf6d/ospf6_intra.c @@ -1454,13 +1454,14 @@ ospf6_intra_route_calculation (struct ospf6_area *oa) { if (hook_add) (*hook_add) (route); + route->flag = 0; } else { /* Redo the summaries as things might have changed */ ospf6_abr_originate_summary (route); + route->flag = 0; } - route->flag = 0; } if (IS_OSPF6_DEBUG_EXAMIN (INTRA_PREFIX)) |