]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_spf.h
ospfd: bring back some P2P SPF interface code
[mirror_frr.git] / ospfd / ospf_spf.h
index 15c48a124ccace3fe053fbf5a714332d616733ea..03711464204a6efc5bbc40cd1f0eb7b052ba8f94 100644 (file)
@@ -75,11 +75,12 @@ extern void ospf_spf_calculate_schedule(struct ospf *, ospf_spf_reason_t);
 extern void ospf_spf_calculate(struct ospf_area *area,
                               struct ospf_lsa *root_lsa,
                               struct route_table *new_table,
-                              struct route_table *new_rtrs, bool is_dry_run);
+                              struct route_table *new_rtrs, bool is_dry_run,
+                              bool is_root_node);
 extern int ospf_spf_calculate_areas(struct ospf *ospf,
                                    struct route_table *new_table,
                                    struct route_table *new_rtrs,
-                                   bool is_dry_run);
+                                   bool is_dry_run, bool is_root_node);
 extern void ospf_rtrs_free(struct route_table *);
 
 extern void ospf_spf_print(struct vty *vty, struct vertex *v, int i);