]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_spf.h
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / ospf6d / ospf6_spf.h
index 55ca3ec4fe9ea5a37b647be05a2fb02b418b6ce2..c2fd5d9ef1003b09080560a0267c45ab3bd7afe1 100644 (file)
@@ -152,4 +152,8 @@ extern void ospf6_remove_temp_router_lsa(struct ospf6_area *area);
 extern void ospf6_ase_calculate_timer_add(struct ospf6 *ospf6);
 extern int ospf6_ase_calculate_route(struct ospf6 *ospf6, struct ospf6_lsa *lsa,
                                     struct ospf6_area *area);
+extern bool
+ospf6_merge_parents_nh_to_child(struct ospf6_vertex *v,
+                               struct ospf6_route *route,
+                               struct ospf6_route_table *result_table);
 #endif /* OSPF6_SPF_H */