]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_abr.h
lib: Remove unnecessary comparison, for linked list
[mirror_frr.git] / ospf6d / ospf6_abr.h
index 08521ecb0fd113d49e94f5a3648467c496a348a2..a4dc4ddc843e32708ef82de6c7b9e681e5e3d029 100644 (file)
@@ -89,5 +89,7 @@ extern void ospf6_abr_init(void);
 extern void ospf6_abr_range_update(struct ospf6_route *range,
                                   struct ospf6 *ospf6);
 extern void ospf6_abr_remove_unapproved_summaries(struct ospf6 *ospf6);
+extern int ospf6_ls_origin_same(struct ospf6_path *o_path,
+                               struct ospf6_path *r_path);
 
 #endif /*OSPF6_ABR_H*/