]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospfd.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / ospfd / ospfd.h
index bc9c68d570d758155730035e595d4661870332e2..cbea033b7357a9ba0e9efa3fac3bac3a68318ee7 100644 (file)
@@ -561,6 +561,8 @@ extern void ospf_area_del_if(struct ospf_area *, struct ospf_interface *);
 
 extern void ospf_interface_area_set(struct ospf *, struct interface *);
 extern void ospf_interface_area_unset(struct ospf *, struct interface *);
+extern bool ospf_interface_area_is_already_set(struct ospf *ospf,
+                                              struct interface *ifp);
 
 extern void ospf_route_map_init(void);